Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclObjC.h1115 SourceLocation getAtStartLoc() const { return ObjCContainerDeclBits.AtStart; } in getAtStartLoc() function
1127 return SourceRange(getAtStartLoc(), getAtEndRange().getEnd()); in getSourceRange()
1319 return SourceRange(getAtStartLoc(), getLocation()); in getSourceRange()
2236 return SourceRange(getAtStartLoc(), getLocation()); in getSourceRange()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTImporter.cpp3940 D->getAtStartLoc(), D->getCategoryNameLoc(), in VisitObjCCategoryDecl()
4089 auto ToAtBeginLocOrErr = import(D->getAtStartLoc()); in VisitObjCProtocolDecl()
4515 ExpectedSLoc AtBeginLocOrErr = import(D->getAtStartLoc()); in VisitObjCInterfaceDecl()
4558 D->getLocation(), D->getAtStartLoc(), D->getCategoryNameLoc())) in VisitObjCCategoryImplDecl()
4604 D->getLocation(), D->getAtStartLoc(), D->getSuperClassLoc(), in VisitObjCImplementationDecl()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriterDecl.cpp696 Record.AddSourceLocation(D->getAtStartLoc()); in VisitObjCContainerDecl()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp3138 CDecl->getAtStartLoc(); in RewriteObjCInternalStruct()