Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DDeclObjC.h1091 SourceLocation getAtStartLoc() const { return ObjCContainerDeclBits.AtStart; } in getAtStartLoc() function
1103 return SourceRange(getAtStartLoc(), getAtEndRange().getEnd()); in getSourceRange()
1295 return SourceRange(getAtStartLoc(), getLocation()); in getSourceRange()
2220 return SourceRange(getAtStartLoc(), getLocation()); in getSourceRange()
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DASTImporter.cpp4424 auto ToAtStartLoc = importChecked(Err, D->getAtStartLoc()); in VisitObjCCategoryDecl()
4572 auto ToAtBeginLocOrErr = import(D->getAtStartLoc()); in VisitObjCProtocolDecl()
5047 ExpectedSLoc AtBeginLocOrErr = import(D->getAtStartLoc()); in VisitObjCInterfaceDecl()
5090 auto ToAtStartLoc = importChecked(Err, D->getAtStartLoc()); in VisitObjCCategoryImplDecl()
5135 auto ToAtStartLoc = importChecked(Err, D->getAtStartLoc()); in VisitObjCImplementationDecl()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/
DASTWriterDecl.cpp743 Record.AddSourceLocation(D->getAtStartLoc()); in VisitObjCContainerDecl()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
DRewriteObjC.cpp3139 CDecl->getAtStartLoc(); in RewriteObjCInternalStruct()