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

/external/clang/include/clang/AST/
H A DTypeLoc.h1137 SourceLocation getStarLoc() const {
1167 SourceLocation getStarLoc() const {
1191 return SourceRange(TI->getTypeLoc().getBeginLoc(), getStarLoc());
1193 return SourceRange(getStarLoc());
1202 SourceLocation getStarLoc() const {
H A DStmt.h1253 SourceLocation getStarLoc() const { return StarLoc; } function in class:clang::IndirectGotoStmt
/external/clang/lib/Serialization/
H A DASTWriter.cpp486 Writer.AddSourceLocation(TL.getStarLoc(), Record);
504 Writer.AddSourceLocation(TL.getStarLoc(), Record);
668 Writer.AddSourceLocation(TL.getStarLoc(), Record);
H A DASTWriterStmt.cpp187 Writer.AddSourceLocation(S->getStarLoc(), Record);
/external/clang/lib/Sema/
H A DTreeTransform.h4140 NewT.setStarLoc(TL.getStarLoc());
4270 TL.getStarLoc());
5925 TL.getStarLoc());
5931 NewT.setStarLoc(TL.getStarLoc());
6362 return getDerived().RebuildIndirectGotoStmt(S->getGotoLoc(), S->getStarLoc(),
H A DSemaStmt.cpp306 << FixItHint::CreateRemoval(TL.getStarLoc());
H A DSemaDecl.cpp5094 DstPTL.setStarLoc(SrcPTL.getStarLoc());
/external/clang/lib/AST/
H A DASTImporter.cpp4830 SourceLocation ToStarLoc = Importer.Import(S->getStarLoc());

Completed in 420 milliseconds