Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h1102 SourceRange getAtEndRange() const { return AtEnd; } in getAtEndRange() function
1107 return SourceRange(getAtStartLoc(), getAtEndRange().getEnd()); in getSourceRange()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DODRDiagsEmitter.cpp683 Loc = IF->getAtEndRange().getBegin(); in diagnoseSubMismatchDifferentDeclKinds()
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.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/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp857 Record.AddSourceRange(D->getAtEndRange()); in VisitObjCContainerDecl()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp2267 SourceLocation Loc = Impl->getAtEndRange().getBegin(); in WarnUndefinedMethod()