Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DDeclObjC.h2403 SourceLocation getIvarRBraceLoc() const { return IvarRBraceLoc; } in getIvarRBraceLoc() function
2680 SourceLocation getIvarRBraceLoc() const { return IvarRBraceLoc; } in getIvarRBraceLoc() function
/freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/
DASTWriterDecl.cpp838 Record.AddSourceLocation(D->getIvarRBraceLoc()); in VisitObjCCategoryDecl()
893 Record.AddSourceLocation(D->getIvarRBraceLoc()); in VisitObjCImplementationDecl()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
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-12-stable/contrib/llvm-project/clang/lib/AST/
DASTImporter.cpp4427 auto ToIvarRBraceLoc = importChecked(Err, D->getIvarRBraceLoc()); in VisitObjCCategoryDecl()
5138 auto ToIvarRBraceLoc = importChecked(Err, D->getIvarRBraceLoc()); in VisitObjCImplementationDecl()