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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Index/
H A DIndexDecl.cpp467 SourceLocation CategoryLoc = D->getCategoryNameLoc(); local
468 if (!CategoryLoc.isValid())
469 CategoryLoc = D->getLocation();
470 TRY_TO(IndexCtx.handleDecl(D, CategoryLoc));
485 SourceLocation CategoryLoc = D->getCategoryNameLoc(); local
486 if (!CategoryLoc.isValid())
487 CategoryLoc = D->getLocation();
488 TRY_DECL(D, IndexCtx.handleDecl(D, CategoryLoc));
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp1800 IdentifierInfo *CategoryName, SourceLocation CategoryLoc,
1817 ClassLoc, CategoryLoc, CategoryName,
1838 Diag(CategoryLoc, diag::warn_dup_category_def)
1864 ClassLoc, CategoryLoc, CategoryName, IDecl,
1797 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
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h8961 IdentifierInfo *CategoryName, SourceLocation CategoryLoc,

Completed in 116 milliseconds