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

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

Completed in 4594 milliseconds