Searched refs:CategoryLoc (Results 1 – 3 of 3) sorted by relevance
| /minix3/external/bsd/llvm/dist/clang/tools/libclang/ |
| H A D | IndexingContext.cpp | 519 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 D | SemaDeclObjC.cpp | 888 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 D | Sema.h | 7002 SourceLocation CategoryLoc,
|