Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
DIndexingContext.cpp520 : D->getCategoryNameLoc(); in handleObjCCategory()
552 SourceLocation CategoryLoc = D->getCategoryNameLoc(); in handleObjCCategoryImpl()
DCIndex.cpp3921 return cxloc::translateSourceRange(Ctx, CD->getCategoryNameLoc()); in clang_Cursor_getSpellingNameRange()
3924 return cxloc::translateSourceRange(Ctx, CID->getCategoryNameLoc()); in clang_Cursor_getSpellingNameRange()
/external/clang/include/clang/AST/
DDeclObjC.h2051 SourceLocation getCategoryNameLoc() const { return CategoryNameLoc; } in getCategoryNameLoc() function
2176 SourceLocation getCategoryNameLoc() const { return CategoryNameLoc; } in getCategoryNameLoc() function
/external/clang/lib/Serialization/
DASTWriterDecl.cpp735 Writer.AddSourceLocation(D->getCategoryNameLoc(), Record); in VisitObjCCategoryDecl()
782 Writer.AddSourceLocation(D->getCategoryNameLoc(), Record); in VisitObjCCategoryImplDecl()
/external/clang/lib/AST/
DASTImporter.cpp3489 Importer.Import(D->getCategoryNameLoc()), in VisitObjCCategoryDecl()
3853 SourceLocation CategoryNameLoc = Importer.Import(D->getCategoryNameLoc()); in VisitObjCCategoryImplDecl()