Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
DIndexingContext.cpp512 : D->getCategoryNameLoc(); in handleObjCCategory()
544 SourceLocation CategoryLoc = D->getCategoryNameLoc(); in handleObjCCategoryImpl()
DCIndex.cpp3321 return cxloc::translateSourceRange(Ctx, CD->getCategoryNameLoc()); in clang_Cursor_getSpellingNameRange()
3324 return cxloc::translateSourceRange(Ctx, CID->getCategoryNameLoc()); in clang_Cursor_getSpellingNameRange()
/external/clang/include/clang/AST/
DDeclObjC.h1625 SourceLocation getCategoryNameLoc() const { return CategoryNameLoc; } in getCategoryNameLoc() function
1743 SourceLocation getCategoryNameLoc() const { return CategoryNameLoc; } in getCategoryNameLoc() function
/external/clang/lib/Serialization/
DASTWriterDecl.cpp559 Writer.AddSourceLocation(D->getCategoryNameLoc(), Record); in VisitObjCCategoryDecl()
607 Writer.AddSourceLocation(D->getCategoryNameLoc(), Record); in VisitObjCCategoryImplDecl()
/external/clang/lib/AST/
DASTImporter.cpp3297 Importer.Import(D->getCategoryNameLoc()), in VisitObjCCategoryDecl()
3600 SourceLocation CategoryNameLoc = Importer.Import(D->getCategoryNameLoc()); in VisitObjCCategoryImplDecl()