Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/
DTypeLoc.h1055 void setStarLoc(SourceLocation Loc) { in setStarLoc() function
1085 void setStarLoc(SourceLocation Loc) { in setStarLoc() function
1121 void setStarLoc(SourceLocation Loc) { in setStarLoc() function
DStmt.h1232 void setStarLoc(SourceLocation L) { StarLoc = L; } in setStarLoc() function
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaType.cpp2811 TLoc.setStarLoc(FixitLoc); in GetFullTypeForDeclarator()
3540 TL.setStarLoc(SourceLocation()); in VisitObjCObjectPointerTypeLoc()
3691 TL.setStarLoc(Chunk.Loc); in VisitPointerTypeLoc()
3695 TL.setStarLoc(Chunk.Loc); in VisitObjCObjectPointerTypeLoc()
3738 TL.setStarLoc(Chunk.Loc); in VisitMemberPointerTypeLoc()
DTreeTransform.h3729 NewT.setStarLoc(TL.getStarLoc()); in TransformPointerType()
DSemaDecl.cpp4491 DstPTL.setStarLoc(SrcPTL.getStarLoc()); in FixInvalidVariablyModifiedTypeLoc()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Serialization/
DASTReader.cpp4995 TL.setStarLoc(ReadSourceLocation(Record, Idx)); in VisitPointerTypeLoc()
5010 TL.setStarLoc(ReadSourceLocation(Record, Idx)); in VisitMemberPointerTypeLoc()
5177 TL.setStarLoc(ReadSourceLocation(Record, Idx)); in VisitObjCObjectPointerTypeLoc()
DASTReaderStmt.cpp259 S->setStarLoc(ReadSourceLocation(Record, Idx)); in VisitIndirectGotoStmt()