Searched refs:CategoryLoc (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Index/ |
| H A D | IndexDecl.cpp | 487 SourceLocation CategoryLoc = D->getCategoryNameLoc(); in VisitObjCCategoryDecl() local 488 if (!CategoryLoc.isValid()) in VisitObjCCategoryDecl() 489 CategoryLoc = D->getLocation(); in VisitObjCCategoryDecl() 490 TRY_TO(IndexCtx.handleDecl(D, CategoryLoc)); in VisitObjCCategoryDecl() 505 SourceLocation CategoryLoc = D->getCategoryNameLoc(); in VisitObjCCategoryImplDecl() local 506 if (!CategoryLoc.isValid()) in VisitObjCCategoryImplDecl() 507 CategoryLoc = D->getLocation(); in VisitObjCCategoryImplDecl() 508 TRY_DECL(D, IndexCtx.handleDecl(D, CategoryLoc)); in VisitObjCCategoryImplDecl()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | SemaObjC.h | 288 const IdentifierInfo *CategoryName, SourceLocation CategoryLoc,
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaDeclObjC.cpp | 1820 const IdentifierInfo *CategoryName, SourceLocation CategoryLoc, in ActOnStartCategoryInterface() argument 1838 AtInterfaceLoc, ClassLoc, CategoryLoc, in ActOnStartCategoryInterface() 1860 Diag(CategoryLoc, diag::warn_dup_category_def) in ActOnStartCategoryInterface() 1886 ClassLoc, CategoryLoc, CategoryName, IDecl, in ActOnStartCategoryInterface()
|