Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DTypeLoc.h945 void setStarLoc(SourceLocation Loc) { in setStarLoc() function
975 void setStarLoc(SourceLocation Loc) { in setStarLoc() function
1011 void setStarLoc(SourceLocation Loc) { in setStarLoc() function
DStmt.h1228 void setStarLoc(SourceLocation L) { StarLoc = L; } in setStarLoc() function
/external/clang/lib/Sema/
DSemaType.cpp2900 TL.setStarLoc(SourceLocation()); in VisitObjCObjectPointerTypeLoc()
3036 TL.setStarLoc(Chunk.Loc); in VisitPointerTypeLoc()
3040 TL.setStarLoc(Chunk.Loc); in VisitObjCObjectPointerTypeLoc()
3083 TL.setStarLoc(Chunk.Loc); in VisitMemberPointerTypeLoc()
DTreeTransform.h3534 NewT.setStarLoc(TL.getStarLoc()); in TransformPointerType()
/external/clang/lib/Serialization/
DASTReader.cpp4172 TL.setStarLoc(ReadSourceLocation(Record, Idx)); in VisitPointerTypeLoc()
4184 TL.setStarLoc(ReadSourceLocation(Record, Idx)); in VisitMemberPointerTypeLoc()
4350 TL.setStarLoc(ReadSourceLocation(Record, Idx)); in VisitObjCObjectPointerTypeLoc()
DASTReaderStmt.cpp246 S->setStarLoc(ReadSourceLocation(Record, Idx)); in VisitIndirectGotoStmt()