Home
last modified time | relevance | path

Searched refs:getAtEndRange (Results 1 – 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
HDDeclObjC.h1102 SourceRange getAtEndRange() const { return AtEnd; } in getAtEndRange() function
1107 return SourceRange(getAtStartLoc(), getAtEndRange().getEnd()); in getSourceRange()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
HDRewriteObjC.cpp984 ReplaceText(CatDecl->getAtEndRange().getBegin(), in RewriteCategoryDecl()
1003 SourceLocation LocEnd = PDecl->getAtEndRange().getBegin(); in RewriteProtocolDecl()
1231 ReplaceText(ClassDecl->getAtEndRange().getBegin(), strlen("@end"), in RewriteInterfaceDecl()
HDRewriteModernObjC.cpp1150 ReplaceText(CatDecl->getAtEndRange().getBegin(), in RewriteCategoryDecl()
1169 SourceLocation LocEnd = PDecl->getAtEndRange().getBegin(); in RewriteProtocolDecl()
1409 ReplaceText(ClassDecl->getAtEndRange().getBegin(), strlen("@end"), in RewriteInterfaceDecl()
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
HDODRDiagsEmitter.cpp683 Loc = IF->getAtEndRange().getBegin(); in diagnoseSubMismatchDifferentDeclKinds()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTWriterDecl.cpp857 Record.AddSourceRange(D->getAtEndRange()); in VisitObjCContainerDecl()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaDeclObjC.cpp2267 SourceLocation Loc = Impl->getAtEndRange().getBegin(); in WarnUndefinedMethod()