Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h1093 SourceLocation getAtStartLoc() const { return ObjCContainerDeclBits.AtStart; } in getAtStartLoc() function
1105 return SourceRange(getAtStartLoc(), getAtEndRange().getEnd()); in getSourceRange()
1308 return SourceRange(getAtStartLoc(), getLocation()); in getSourceRange()
2280 return SourceRange(getAtStartLoc(), getLocation()); in getSourceRange()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp5189 auto ToAtStartLoc = importChecked(Err, D->getAtStartLoc()); in VisitObjCCategoryDecl()
5337 auto ToAtBeginLocOrErr = import(D->getAtStartLoc()); in VisitObjCProtocolDecl()
5861 ExpectedSLoc AtBeginLocOrErr = import(D->getAtStartLoc()); in VisitObjCInterfaceDecl()
5904 auto ToAtStartLoc = importChecked(Err, D->getAtStartLoc()); in VisitObjCCategoryImplDecl()
5949 auto ToAtStartLoc = importChecked(Err, D->getAtStartLoc()); in VisitObjCImplementationDecl()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp1029 Record.AddSourceLocation(D->getAtStartLoc()); in VisitObjCContainerDecl()
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp3137 CDecl->getAtStartLoc(); in RewriteObjCInternalStruct()