Searched refs:CategoryLoc (Results 1 – 7 of 7) sorted by relevance
/external/llvm-project/clang/lib/Index/ |
D | IndexDecl.cpp | 472 SourceLocation CategoryLoc = D->getCategoryNameLoc(); in VisitObjCCategoryDecl() local 473 if (!CategoryLoc.isValid()) in VisitObjCCategoryDecl() 474 CategoryLoc = D->getLocation(); in VisitObjCCategoryDecl() 475 TRY_TO(IndexCtx.handleDecl(D, CategoryLoc)); in VisitObjCCategoryDecl() 490 SourceLocation CategoryLoc = D->getCategoryNameLoc(); in VisitObjCCategoryImplDecl() local 491 if (!CategoryLoc.isValid()) in VisitObjCCategoryImplDecl() 492 CategoryLoc = D->getLocation(); in VisitObjCCategoryImplDecl() 493 TRY_DECL(D, IndexCtx.handleDecl(D, CategoryLoc)); in VisitObjCCategoryImplDecl()
|
/external/llvm-project/clang/tools/libclang/ |
D | CXIndexDataConsumer.cpp | 748 SourceLocation CategoryLoc = D->IsClassExtension() ? ClassLoc in handleObjCCategory() local 770 return handleObjCContainer(D, CategoryLoc, getCursor(D), CatDInfo); in handleObjCCategory() 781 SourceLocation CategoryLoc = D->getCategoryNameLoc(); in handleObjCCategoryImpl() local 799 return handleObjCContainer(D, CategoryLoc, getCursor(D), CatDInfo); in handleObjCCategoryImpl()
|
/external/clang/tools/libclang/ |
D | CXIndexDataConsumer.cpp | 742 SourceLocation CategoryLoc = D->IsClassExtension() ? ClassLoc in handleObjCCategory() local 764 return handleObjCContainer(D, CategoryLoc, getCursor(D), CatDInfo); in handleObjCCategory() 775 SourceLocation CategoryLoc = D->getCategoryNameLoc(); in handleObjCCategoryImpl() local 793 return handleObjCContainer(D, CategoryLoc, getCursor(D), CatDInfo); in handleObjCCategoryImpl()
|
/external/clang/lib/Sema/ |
D | SemaDeclObjC.cpp | 1716 SourceLocation CategoryLoc, in ActOnStartCategoryInterface() argument 1734 ClassLoc, CategoryLoc, CategoryName, in ActOnStartCategoryInterface() 1755 Diag(CategoryLoc, diag::warn_dup_category_def) in ActOnStartCategoryInterface() 1781 ClassLoc, CategoryLoc, CategoryName, IDecl, in ActOnStartCategoryInterface()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaDeclObjC.cpp | 1805 IdentifierInfo *CategoryName, SourceLocation CategoryLoc, in ActOnStartCategoryInterface() argument 1822 ClassLoc, CategoryLoc, CategoryName, in ActOnStartCategoryInterface() 1843 Diag(CategoryLoc, diag::warn_dup_category_def) in ActOnStartCategoryInterface() 1869 ClassLoc, CategoryLoc, CategoryName, IDecl, in ActOnStartCategoryInterface()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 7383 SourceLocation CategoryLoc,
|
/external/llvm-project/clang/include/clang/Sema/ |
D | Sema.h | 9360 IdentifierInfo *CategoryName, SourceLocation CategoryLoc,
|