Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h1100 SourceRange getAtEndRange() const { return AtEnd; } in getAtEndRange() function
1105 return SourceRange(getAtStartLoc(), getAtEndRange().getEnd()); in getSourceRange()
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp982 ReplaceText(CatDecl->getAtEndRange().getBegin(), in RewriteCategoryDecl()
1001 SourceLocation LocEnd = PDecl->getAtEndRange().getBegin(); in RewriteProtocolDecl()
1229 ReplaceText(ClassDecl->getAtEndRange().getBegin(), strlen("@end"), in RewriteInterfaceDecl()
H A DRewriteModernObjC.cpp1149 ReplaceText(CatDecl->getAtEndRange().getBegin(), in RewriteCategoryDecl()
1168 SourceLocation LocEnd = PDecl->getAtEndRange().getBegin(); in RewriteProtocolDecl()
1408 ReplaceText(ClassDecl->getAtEndRange().getBegin(), strlen("@end"), in RewriteInterfaceDecl()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DODRDiagsEmitter.cpp681 Loc = IF->getAtEndRange().getBegin(); in diagnoseSubMismatchDifferentDeclKinds()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp1030 Record.AddSourceRange(D->getAtEndRange()); in VisitObjCContainerDecl()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp2275 SourceLocation Loc = Impl->getAtEndRange().getBegin(); in WarnUndefinedMethod()