Home
last modified time | relevance | path

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

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