Home
last modified time | relevance | path

Searched refs:getAtStartLoc (Results 1 – 4 of 4) sorted by relevance

/external/clang/include/clang/AST/
DDeclObjC.h1036 SourceLocation getAtStartLoc() const { return AtStart; } in getAtStartLoc() function
1232 return SourceRange(getAtStartLoc(), getLocation()); in getSourceRange()
2124 return SourceRange(getAtStartLoc(), getLocation()); in getSourceRange()
/external/clang/lib/AST/
DASTImporter.cpp3711 Importer.Import(D->getAtStartLoc()), in VisitObjCCategoryDecl()
3847 Importer.Import(D->getAtStartLoc()), in VisitObjCProtocolDecl()
4045 Importer.Import(D->getAtStartLoc()), in VisitObjCInterfaceDecl()
4082 Importer.Import(D->getAtStartLoc()), in VisitObjCCategoryImplDecl()
4127 Importer.Import(D->getAtStartLoc()), in VisitObjCImplementationDecl()
/external/clang/lib/Serialization/
DASTWriterDecl.cpp666 Record.AddSourceLocation(D->getAtStartLoc()); in VisitObjCContainerDecl()
/external/clang/lib/Frontend/Rewrite/
DRewriteObjC.cpp3138 CDecl->getAtStartLoc(); in RewriteObjCInternalStruct()