Searched refs:CategoryLoc (Results 1 - 3 of 3) 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.cpp802 SourceLocation CategoryLoc,
820 ClassLoc, CategoryLoc, CategoryName,IDecl);
842 Diag(CategoryLoc, diag::warn_dup_category_def)
851 ClassLoc, CategoryLoc, CategoryName, IDecl);
799 ActOnStartCategoryInterface(SourceLocation AtInterfaceLoc, IdentifierInfo *ClassName, SourceLocation ClassLoc, IdentifierInfo *CategoryName, SourceLocation CategoryLoc, Decl * const *ProtoRefs, unsigned NumProtoRefs, const SourceLocation *ProtoLocs, SourceLocation EndProtoLoc) argument
/external/clang/include/clang/Sema/
H A DSema.h6015 SourceLocation CategoryLoc,

Completed in 145 milliseconds