Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DTypeLoc.h942 SourceLocation getStarLoc() const { in getStarLoc() function
972 SourceLocation getStarLoc() const { in getStarLoc() function
996 return SourceRange(TI->getTypeLoc().getBeginLoc(), getStarLoc()); in getLocalSourceRange()
998 return SourceRange(getStarLoc()); in getLocalSourceRange()
1007 SourceLocation getStarLoc() const { in getStarLoc() function
DStmt.h1229 SourceLocation getStarLoc() const { return StarLoc; } in getStarLoc() function
/external/clang/lib/Serialization/
DASTWriter.cpp436 Writer.AddSourceLocation(TL.getStarLoc(), Record); in VisitPointerTypeLoc()
448 Writer.AddSourceLocation(TL.getStarLoc(), Record); in VisitMemberPointerTypeLoc()
607 Writer.AddSourceLocation(TL.getStarLoc(), Record); in VisitObjCObjectPointerTypeLoc()
DASTWriterStmt.cpp184 Writer.AddSourceLocation(S->getStarLoc(), Record); in VisitIndirectGotoStmt()
/external/clang/lib/Sema/
DSemaStmt.cpp224 << FixItHint::CreateRemoval(TL.getStarLoc()); in DiagnoseUnusedExprResult()
DTreeTransform.h3534 NewT.setStarLoc(TL.getStarLoc()); in TransformPointerType()
3664 TL.getStarLoc()); in TransformMemberPointerType()
5479 return getDerived().RebuildIndirectGotoStmt(S->getGotoLoc(), S->getStarLoc(), in TransformIndirectGotoStmt()