Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Index/
DIndexDecl.cpp472 SourceLocation CategoryLoc = D->getCategoryNameLoc(); in VisitObjCCategoryDecl()
490 SourceLocation CategoryLoc = D->getCategoryNameLoc(); in VisitObjCCategoryImplDecl()
/external/llvm-project/clang/tools/libclang/
DCXIndexDataConsumer.cpp749 : D->getCategoryNameLoc(); in handleObjCCategory()
781 SourceLocation CategoryLoc = D->getCategoryNameLoc(); in handleObjCCategoryImpl()
DCIndex.cpp4786 return cxloc::translateSourceRange(Ctx, CD->getCategoryNameLoc()); in clang_Cursor_getSpellingNameRange()
4789 return cxloc::translateSourceRange(Ctx, CID->getCategoryNameLoc()); in clang_Cursor_getSpellingNameRange()
/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/llvm-project/clang/include/clang/AST/
DDeclObjC.h2419 SourceLocation getCategoryNameLoc() const { return CategoryNameLoc; } in getCategoryNameLoc() function
2533 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/llvm-project/clang/lib/Serialization/
DASTWriterDecl.cpp834 Record.AddSourceLocation(D->getCategoryNameLoc()); in VisitObjCCategoryDecl()
882 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()
/external/llvm-project/clang/lib/AST/
DASTImporter.cpp4290 auto ToCategoryNameLoc = importChecked(Err, D->getCategoryNameLoc()); in VisitObjCCategoryDecl()
4914 auto ToCategoryNameLoc = importChecked(Err, D->getCategoryNameLoc()); in VisitObjCCategoryImplDecl()