Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
DCXIndexDataConsumer.cpp743 : D->getCategoryNameLoc(); in handleObjCCategory()
775 SourceLocation CategoryLoc = D->getCategoryNameLoc(); in handleObjCCategoryImpl()
DCIndex.cpp4322 return cxloc::translateSourceRange(Ctx, CD->getCategoryNameLoc()); in clang_Cursor_getSpellingNameRange()
4325 return cxloc::translateSourceRange(Ctx, CID->getCategoryNameLoc()); in clang_Cursor_getSpellingNameRange()
/external/clang/include/clang/AST/
DDeclObjC.h2293 SourceLocation getCategoryNameLoc() const { return CategoryNameLoc; } in getCategoryNameLoc() function
2419 SourceLocation getCategoryNameLoc() const { return CategoryNameLoc; } in getCategoryNameLoc() function
/external/clang/lib/Serialization/
DASTWriterDecl.cpp759 Record.AddSourceLocation(D->getCategoryNameLoc()); in VisitObjCCategoryDecl()
806 Record.AddSourceLocation(D->getCategoryNameLoc()); in VisitObjCCategoryImplDecl()
/external/clang/lib/AST/
DASTImporter.cpp3713 Importer.Import(D->getCategoryNameLoc()), in VisitObjCCategoryDecl()
4077 SourceLocation CategoryNameLoc = Importer.Import(D->getCategoryNameLoc()); in VisitObjCCategoryImplDecl()