Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDDeclObjC.h796 SourceLocation getAtStartLoc() const { return AtStart; } in getAtStartLoc() function
992 return SourceRange(getAtStartLoc(), getLocation()); in getSourceRange()
1892 return SourceRange(getAtStartLoc(), getLocation()); in getSourceRange()
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDASTImporter.cpp3489 Importer.Import(D->getAtStartLoc()), in VisitObjCCategoryDecl()
3625 Importer.Import(D->getAtStartLoc()), in VisitObjCProtocolDecl()
3823 Importer.Import(D->getAtStartLoc()), in VisitObjCInterfaceDecl()
3860 Importer.Import(D->getAtStartLoc()), in VisitObjCCategoryImplDecl()
3905 Importer.Import(D->getAtStartLoc()), in VisitObjCImplementationDecl()
/NextBSD/contrib/llvm/tools/clang/lib/Serialization/
HDASTWriterDecl.cpp596 Writer.AddSourceLocation(D->getAtStartLoc(), Record); in VisitObjCContainerDecl()
/NextBSD/contrib/llvm/tools/clang/lib/Frontend/Rewrite/
HDRewriteObjC.cpp3157 CDecl->getAtStartLoc(); in RewriteObjCInternalStruct()