Searched defs:CategoryLoc (Results 1 - 2 of 2) sorted by relevance

/external/clang/tools/libclang/
H A DIndexingContext.cpp443 SourceLocation CategoryLoc = D->IsClassExtension() ? ClassLoc local
465 return handleObjCContainer(D, CategoryLoc, getCursor(D), CatDInfo);
476 SourceLocation CategoryLoc = D->getCategoryNameLoc(); local
494 return handleObjCContainer(D, CategoryLoc, getCursor(D), CatDInfo);
/external/clang/lib/Sema/
H A DSemaDeclObjC.cpp750 SourceLocation CategoryLoc,
768 ClassLoc, CategoryLoc, CategoryName,IDecl);
790 Diag(CategoryLoc, diag::warn_dup_category_def)
799 ClassLoc, CategoryLoc, CategoryName, IDecl);
747 ActOnStartCategoryInterface(SourceLocation AtInterfaceLoc, IdentifierInfo *ClassName, SourceLocation ClassLoc, IdentifierInfo *CategoryName, SourceLocation CategoryLoc, Decl * const *ProtoRefs, unsigned NumProtoRefs, const SourceLocation *ProtoLocs, SourceLocation EndProtoLoc) argument

Completed in 46 milliseconds