Home
last modified time | relevance | path

Searched defs:CategoryLoc (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Index/
H A DIndexDecl.cpp472 SourceLocation CategoryLoc = D->getCategoryNameLoc(); in VisitObjCCategoryDecl() local
490 SourceLocation CategoryLoc = D->getCategoryNameLoc(); in VisitObjCCategoryImplDecl() local
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCXIndexDataConsumer.cpp748 SourceLocation CategoryLoc = D->IsClassExtension() ? ClassLoc in handleObjCCategory() local
781 SourceLocation CategoryLoc = D->getCategoryNameLoc(); in handleObjCCategoryImpl() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclObjC.cpp1805 IdentifierInfo *CategoryName, SourceLocation CategoryLoc, in ActOnStartCategoryInterface()