Home
last modified time | relevance | path

Searched defs:CategoryLoc (Results 1 – 3 of 3) sorted by relevance

/llvm-project/clang/lib/Index/
H A DIndexDecl.cpp487 SourceLocation CategoryLoc = D->getCategoryNameLoc(); in VisitObjCCategoryDecl() local
505 SourceLocation CategoryLoc = D->getCategoryNameLoc(); in VisitObjCCategoryImplDecl() local
/llvm-project/clang/tools/libclang/
H A DCXIndexDataConsumer.cpp751 SourceLocation CategoryLoc = D->IsClassExtension() ? ClassLoc in handleObjCCategory() local
784 SourceLocation CategoryLoc = D->getCategoryNameLoc(); in handleObjCCategoryImpl() local
/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp1817 ActOnStartCategoryInterface(SourceLocation AtInterfaceLoc,const IdentifierInfo * ClassName,SourceLocation ClassLoc,ObjCTypeParamList * typeParamList,const IdentifierInfo * CategoryName,SourceLocation CategoryLoc,Decl * const * ProtoRefs,unsigned NumProtoRefs,const SourceLocation * ProtoLocs,SourceLocation EndProtoLoc,const ParsedAttributesView & AttrList) ActOnStartCategoryInterface() argument