Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/tools/libclang/
H A DIndexingContext.cpp519 SourceLocation CategoryLoc = D->IsClassExtension() ? ClassLoc in handleObjCCategory() local
541 return handleObjCContainer(D, CategoryLoc, getCursor(D), CatDInfo); in handleObjCCategory()
552 SourceLocation CategoryLoc = D->getCategoryNameLoc(); in handleObjCCategoryImpl() local
570 return handleObjCContainer(D, CategoryLoc, getCursor(D), CatDInfo); in handleObjCCategoryImpl()
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaDeclObjC.cpp888 SourceLocation CategoryLoc, in ActOnStartCategoryInterface() argument
906 ClassLoc, CategoryLoc, CategoryName,IDecl); in ActOnStartCategoryInterface()
926 Diag(CategoryLoc, diag::warn_dup_category_def) in ActOnStartCategoryInterface()
933 ClassLoc, CategoryLoc, CategoryName, IDecl); in ActOnStartCategoryInterface()
/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DSema.h7002 SourceLocation CategoryLoc,