Searched refs:setStarLoc (Results 1 - 7 of 7) sorted by relevance

/external/clang/include/clang/AST/
H A DTypeLoc.h1058 void setStarLoc(SourceLocation Loc) {
1088 void setStarLoc(SourceLocation Loc) {
1124 void setStarLoc(SourceLocation Loc) {
H A DStmt.h1254 void setStarLoc(SourceLocation L) { StarLoc = L; } function in class:clang::IndirectGotoStmt
/external/clang/lib/Sema/
H A DSemaType.cpp2781 TLoc.setStarLoc(FixitLoc);
3523 TL.setStarLoc(SourceLocation());
3677 TL.setStarLoc(Chunk.Loc);
3681 TL.setStarLoc(Chunk.Loc);
3724 TL.setStarLoc(Chunk.Loc);
H A DTreeTransform.h3827 NewT.setStarLoc(TL.getStarLoc());
H A DSemaDecl.cpp4654 DstPTL.setStarLoc(SrcPTL.getStarLoc());
/external/clang/lib/Serialization/
H A DASTReader.cpp5576 TL.setStarLoc(ReadSourceLocation(Record, Idx));
5594 TL.setStarLoc(ReadSourceLocation(Record, Idx));
5761 TL.setStarLoc(ReadSourceLocation(Record, Idx));
H A DASTReaderStmt.cpp259 S->setStarLoc(ReadSourceLocation(Record, Idx));

Completed in 1062 milliseconds