Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DTypeLoc.h1052 void setStarLoc(SourceLocation Loc) { in setStarLoc() function
1082 void setStarLoc(SourceLocation Loc) { in setStarLoc() function
1118 void setStarLoc(SourceLocation Loc) { in setStarLoc() function
DStmt.h1229 void setStarLoc(SourceLocation L) { StarLoc = L; } in setStarLoc() function
/external/clang/lib/Sema/
DSemaType.cpp2723 TLoc.setStarLoc(FixitLoc); in GetFullTypeForDeclarator()
3441 TL.setStarLoc(SourceLocation()); in VisitObjCObjectPointerTypeLoc()
3592 TL.setStarLoc(Chunk.Loc); in VisitPointerTypeLoc()
3596 TL.setStarLoc(Chunk.Loc); in VisitObjCObjectPointerTypeLoc()
3639 TL.setStarLoc(Chunk.Loc); in VisitMemberPointerTypeLoc()
DTreeTransform.h3689 NewT.setStarLoc(TL.getStarLoc()); in TransformPointerType()
DSemaDecl.cpp4355 DstPTL.setStarLoc(SrcPTL.getStarLoc()); in FixInvalidVariablyModifiedTypeLoc()
/external/clang/lib/Serialization/
DASTReader.cpp4992 TL.setStarLoc(ReadSourceLocation(Record, Idx)); in VisitPointerTypeLoc()
5007 TL.setStarLoc(ReadSourceLocation(Record, Idx)); in VisitMemberPointerTypeLoc()
5174 TL.setStarLoc(ReadSourceLocation(Record, Idx)); in VisitObjCObjectPointerTypeLoc()
DASTReaderStmt.cpp259 S->setStarLoc(ReadSourceLocation(Record, Idx)); in VisitIndirectGotoStmt()