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

/openbsd-current/gnu/llvm/clang/lib/Index/
H A DIndexDecl.cpp487 SourceLocation CategoryLoc = D->getCategoryNameLoc(); local
488 if (!CategoryLoc.isValid())
489 CategoryLoc = D->getLocation();
490 TRY_TO(IndexCtx.handleDecl(D, CategoryLoc));
505 SourceLocation CategoryLoc = D->getCategoryNameLoc(); local
506 if (!CategoryLoc.isValid())
507 CategoryLoc = D->getLocation();
508 TRY_DECL(D, IndexCtx.handleDecl(D, CategoryLoc));
/openbsd-current/gnu/llvm/clang/tools/libclang/
H A DCXIndexDataConsumer.cpp755 SourceLocation CategoryLoc = D->IsClassExtension() ? ClassLoc local
777 return handleObjCContainer(D, CategoryLoc, getCursor(D), CatDInfo);
788 SourceLocation CategoryLoc = D->getCategoryNameLoc(); local
806 return handleObjCContainer(D, CategoryLoc, getCursor(D), CatDInfo);
/openbsd-current/gnu/llvm/clang/lib/Sema/
H A DSemaDeclObjC.cpp1821 IdentifierInfo *CategoryName, SourceLocation CategoryLoc,
1838 ClassLoc, CategoryLoc, CategoryName,
1860 Diag(CategoryLoc, diag::warn_dup_category_def)
1886 ClassLoc, CategoryLoc, CategoryName, IDecl,
1818 ActOnStartCategoryInterface( SourceLocation AtInterfaceLoc, IdentifierInfo *ClassName, SourceLocation ClassLoc, ObjCTypeParamList *typeParamList, IdentifierInfo *CategoryName, SourceLocation CategoryLoc, Decl *const *ProtoRefs, unsigned NumProtoRefs, const SourceLocation *ProtoLocs, SourceLocation EndProtoLoc, const ParsedAttributesView &AttrList) argument
/openbsd-current/gnu/llvm/clang/include/clang/Sema/
H A DSema.h10238 IdentifierInfo *CategoryName, SourceLocation CategoryLoc,

Completed in 278 milliseconds