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

/external/clang/include/clang/AST/
H A DDeclObjC.h1824 SourceLocation getIvarRBraceLoc() const { return IvarRBraceLoc; } function in class:clang::ObjCCategoryDecl
2113 SourceLocation getIvarRBraceLoc() const { return IvarRBraceLoc; } function in class:clang::ObjCImplementationDecl
/external/clang/lib/Serialization/
H A DASTWriterDecl.cpp592 Writer.AddSourceLocation(D->getIvarRBraceLoc(), Record);
644 Writer.AddSourceLocation(D->getIvarRBraceLoc(), Record);
/external/clang/lib/Rewrite/Frontend/
H A DRewriteModernObjC.cpp1154 if (CatDecl->getIvarRBraceLoc().isValid()) {
1156 ReplaceText(CatDecl->getIvarRBraceLoc(), 1, "**/ ");
1374 if (IMD->getIvarRBraceLoc().isValid()) {
1376 ReplaceText(IMD->getIvarRBraceLoc(), 1, "**/ ");
/external/clang/lib/AST/
H A DASTImporter.cpp3333 Importer.Import(D->getIvarRBraceLoc()));
3681 Importer.Import(D->getIvarRBraceLoc()));

Completed in 113 milliseconds