Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DTypeLoc.h1055 SourceLocation getStarLoc() const { in getStarLoc() function
1085 SourceLocation getStarLoc() const { in getStarLoc() function
1109 return SourceRange(TI->getTypeLoc().getBeginLoc(), getStarLoc()); in getLocalSourceRange()
1111 return SourceRange(getStarLoc()); in getLocalSourceRange()
1120 SourceLocation getStarLoc() const { in getStarLoc() function
DStmt.h1255 SourceLocation getStarLoc() const { return StarLoc; } in getStarLoc() function
/external/clang/lib/Serialization/
DASTWriter.cpp466 Writer.AddSourceLocation(TL.getStarLoc(), Record); in VisitPointerTypeLoc()
484 Writer.AddSourceLocation(TL.getStarLoc(), Record); in VisitMemberPointerTypeLoc()
644 Writer.AddSourceLocation(TL.getStarLoc(), Record); in VisitObjCObjectPointerTypeLoc()
DASTWriterStmt.cpp187 Writer.AddSourceLocation(S->getStarLoc(), Record); in VisitIndirectGotoStmt()
/external/clang/lib/Sema/
DTreeTransform.h3827 NewT.setStarLoc(TL.getStarLoc()); in TransformPointerType()
3957 TL.getStarLoc()); in TransformMemberPointerType()
5769 return getDerived().RebuildIndirectGotoStmt(S->getGotoLoc(), S->getStarLoc(), in TransformIndirectGotoStmt()
DSemaStmt.cpp282 << FixItHint::CreateRemoval(TL.getStarLoc()); in DiagnoseUnusedExprResult()
DSemaDecl.cpp4654 DstPTL.setStarLoc(SrcPTL.getStarLoc()); in FixInvalidVariablyModifiedTypeLoc()