Searched refs:getAtStartLoc (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/ |
| H A D | DeclObjC.h | 1115 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 D | ASTImporter.cpp | 3940 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 D | ASTWriterDecl.cpp | 696 Record.AddSourceLocation(D->getAtStartLoc()); in VisitObjCContainerDecl()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteObjC.cpp | 3138 CDecl->getAtStartLoc(); in RewriteObjCInternalStruct()
|