Searched defs:CategoryLoc (Results 1 – 3 of 3) sorted by relevance
/llvm-project/clang/lib/Index/ |
H A D | IndexDecl.cpp | 487 SourceLocation CategoryLoc = D->getCategoryNameLoc(); in VisitObjCCategoryDecl() local 505 SourceLocation CategoryLoc = D->getCategoryNameLoc(); in VisitObjCCategoryImplDecl() local
|
/llvm-project/clang/tools/libclang/ |
H A D | CXIndexDataConsumer.cpp | 751 SourceLocation CategoryLoc = D->IsClassExtension() ? ClassLoc in handleObjCCategory() local 784 SourceLocation CategoryLoc = D->getCategoryNameLoc(); in handleObjCCategoryImpl() local
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaDeclObjC.cpp | 1817 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
|