Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h2463 SourceLocation getIvarRBraceLoc() const { return IvarRBraceLoc; } in getIvarRBraceLoc() function
2741 SourceLocation getIvarRBraceLoc() const { return IvarRBraceLoc; } in getIvarRBraceLoc() function
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp953 Record.AddSourceLocation(D->getIvarRBraceLoc()); in VisitObjCCategoryDecl()
1008 Record.AddSourceLocation(D->getIvarRBraceLoc()); in VisitObjCImplementationDecl()
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp1133 if (CatDecl->getIvarRBraceLoc().isValid()) { in RewriteCategoryDecl()
1135 ReplaceText(CatDecl->getIvarRBraceLoc(), 1, "**/ "); in RewriteCategoryDecl()
1339 if (IMD->getIvarRBraceLoc().isValid()) { in RewriteImplementationDecl()
1341 ReplaceText(IMD->getIvarRBraceLoc(), 1, "**/ "); in RewriteImplementationDecl()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp4915 auto ToIvarRBraceLoc = importChecked(Err, D->getIvarRBraceLoc()); in VisitObjCCategoryDecl()
5676 auto ToIvarRBraceLoc = importChecked(Err, D->getIvarRBraceLoc()); in VisitObjCImplementationDecl()