Home
last modified time | relevance | path

Searched refs:CategoryLoc (Results 1 – 4 of 4) sorted by relevance

/openbsd/gnu/llvm/clang/lib/Index/
H A DIndexDecl.cpp487 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()
/openbsd/gnu/llvm/clang/tools/libclang/
H A DCXIndexDataConsumer.cpp755 SourceLocation CategoryLoc = D->IsClassExtension() ? ClassLoc in handleObjCCategory() local
777 return handleObjCContainer(D, CategoryLoc, getCursor(D), CatDInfo); in handleObjCCategory()
788 SourceLocation CategoryLoc = D->getCategoryNameLoc(); in handleObjCCategoryImpl() local
806 return handleObjCContainer(D, CategoryLoc, getCursor(D), CatDInfo); in handleObjCCategoryImpl()
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaDeclObjC.cpp1821 IdentifierInfo *CategoryName, SourceLocation CategoryLoc, in ActOnStartCategoryInterface() argument
1838 ClassLoc, CategoryLoc, CategoryName, in ActOnStartCategoryInterface()
1860 Diag(CategoryLoc, diag::warn_dup_category_def) in ActOnStartCategoryInterface()
1886 ClassLoc, CategoryLoc, CategoryName, IDecl, in ActOnStartCategoryInterface()
/openbsd/gnu/llvm/clang/include/clang/Sema/
H A DSema.h10238 IdentifierInfo *CategoryName, SourceLocation CategoryLoc,