Searched defs:ClassMethod (Results 1 – 4 of 4) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/include/clang/Index/ | ||
H A D | IndexSymbol.h | 45 ClassMethod, enumerator |
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ | ||
H A D | SemaExprObjC.cpp | 4227 checkObjCBridgeRelatedComponents(SourceLocation Loc,QualType DestType,QualType SrcType,ObjCInterfaceDecl * & RelatedClass,ObjCMethodDecl * & ClassMethod,ObjCMethodDecl * & InstanceMethod,TypedefNameDecl * & TDNDecl,bool CfToNs,bool Diagnose) checkObjCBridgeRelatedComponents() argument |
H A D | SemaDeclAttr.cpp | 6317 IdentifierInfo *ClassMethod = handleObjCBridgeRelatedAttr() local |
/freebsd-src/contrib/llvm-project/clang/lib/Parse/ | ||
H A D | ParseDecl.cpp | 1586 IdentifierLoc *ClassMethod = nullptr; ParseObjCBridgeRelatedAttribute() local |