Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DTypeLoc.h1049 SourceLocation getStarLoc() const { in getStarLoc() function
1079 SourceLocation getStarLoc() const { in getStarLoc() function
1103 return SourceRange(TI->getTypeLoc().getBeginLoc(), getStarLoc()); in getLocalSourceRange()
1105 return SourceRange(getStarLoc()); in getLocalSourceRange()
1114 SourceLocation getStarLoc() const { in getStarLoc() function
DStmt.h1230 SourceLocation getStarLoc() const { return StarLoc; } in getStarLoc() function
/external/clang/lib/Serialization/
DASTWriter.cpp453 Writer.AddSourceLocation(TL.getStarLoc(), Record); in VisitPointerTypeLoc()
468 Writer.AddSourceLocation(TL.getStarLoc(), Record); in VisitMemberPointerTypeLoc()
628 Writer.AddSourceLocation(TL.getStarLoc(), Record); in VisitObjCObjectPointerTypeLoc()
DASTWriterStmt.cpp187 Writer.AddSourceLocation(S->getStarLoc(), Record); in VisitIndirectGotoStmt()
/external/clang/lib/Sema/
DTreeTransform.h3689 NewT.setStarLoc(TL.getStarLoc()); in TransformPointerType()
3819 TL.getStarLoc()); in TransformMemberPointerType()
5625 return getDerived().RebuildIndirectGotoStmt(S->getGotoLoc(), S->getStarLoc(), in TransformIndirectGotoStmt()
DSemaStmt.cpp269 << FixItHint::CreateRemoval(TL.getStarLoc()); in DiagnoseUnusedExprResult()
DSemaDecl.cpp4355 DstPTL.setStarLoc(SrcPTL.getStarLoc()); in FixInvalidVariablyModifiedTypeLoc()