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

/external/clang/tools/libclang/
H A DIndexingContext.cpp519 SourceLocation CategoryLoc = D->IsClassExtension() ? ClassLoc local
541 return handleObjCContainer(D, CategoryLoc, getCursor(D), CatDInfo);
552 SourceLocation CategoryLoc = D->getCategoryNameLoc(); local
570 return handleObjCContainer(D, CategoryLoc, getCursor(D), CatDInfo);
/external/clang/lib/Sema/
H A DSemaDeclObjC.cpp891 SourceLocation CategoryLoc,
909 ClassLoc, CategoryLoc, CategoryName,IDecl);
929 Diag(CategoryLoc, diag::warn_dup_category_def)
936 ClassLoc, CategoryLoc, CategoryName, IDecl);
888 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.h6794 SourceLocation CategoryLoc,

Completed in 2030 milliseconds