| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaDeclObjC.cpp | 4446 void SemaObjC::CheckObjCMethodOverrides(ObjCMethodDecl *ObjCMethod, in CheckObjCMethodOverrides() argument 4450 if (!ObjCMethod) in CheckObjCMethodOverrides() 4458 OverrideSearch overrides(SemaRef, ObjCMethod); in CheckObjCMethodOverrides() 4469 CheckObjCMethodDirectOverrides(ObjCMethod, overridden); in CheckObjCMethodOverrides() 4471 } else if (isa<ObjCImplDecl>(ObjCMethod->getDeclContext())) { in CheckObjCMethodOverrides() 4480 MethodPool.find(ObjCMethod->getSelector()); in CheckObjCMethodOverrides() 4483 ObjCMethod->isInstanceMethod()? It->second.first: It->second.second; in CheckObjCMethodOverrides() 4494 CheckObjCMethodDirectOverrides(ObjCMethod, SuperOverridden); in CheckObjCMethodOverrides() 4508 ObjCMethod->setRelatedResultType(); in CheckObjCMethodOverrides() 4511 SemaRef.mergeObjCMethodDecls(ObjCMethod, overridden); in CheckObjCMethodOverrides() [all …]
|
| /freebsd/contrib/llvm-project/clang/include/clang/Analysis/ |
| H A D | AnyCall.h | 33 ObjCMethod, enumerator 80 : E(ME), D(ME->getMethodDecl()), K(ObjCMethod) {} in AnyCall() 98 AnyCall(const ObjCMethodDecl *D) : E(nullptr), D(D), K(ObjCMethod) {} in AnyCall() 171 case ObjCMethod: in getReturnType()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | Attr.td | 129 def ObjCInstanceMethod : SubsetSubject<ObjCMethod, 621 [ObjCMethod], [ 931 let Subjects = SubjectList<[Function, ObjCMethod]>; 942 let Subjects = SubjectList<[Function, ObjCMethod]>; 959 let Subjects = SubjectList<[Function, ObjCMethod]>; 1254 let Subjects = SubjectList<[ParmVar, ObjCMethod, Function], ErrorDiag>; 1260 // let Subjects = [Function, ObjCMethod]; 1288 // let Subjects = SubjectList<[ObjCMethod, ObjCProperty, Function]>; 1294 // let Subjects = SubjectList<[ObjCMethod, ObjCProperty, Function]>; 1373 let Subjects = SubjectList<[Function, ObjCMethod, ObjCProperty, ParmVar]>; [all …]
|
| H A D | DeclNodes.td | 82 def ObjCMethod : DeclNode<Named, "Objective-C methods">, DeclContext;
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ODRDiagsEmitter.h | 115 ObjCMethod, enumerator
|
| H A D | DeclBase.h | 2169 case Decl::ObjCMethod:
|
| H A D | DeclObjC.h | 541 static bool classofKind(Kind K) { return K == ObjCMethod; } in classofKind()
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTCommon.cpp | 336 case Decl::ObjCMethod: in getDefinitiveDeclContext() 422 case Decl::ObjCMethod: in isRedeclarableDeclKind()
|
| /freebsd/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | IssueHash.cpp | 106 case Decl::ObjCMethod: in GetEnclosingDeclContextSignature()
|
| H A D | RetainSummaryManager.cpp | 678 case AnyCall::ObjCMethod: { in getSummary()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | ODRDiagsEmitter.cpp | 616 case Decl::ObjCMethod: in FindTypeDiffs() 617 return ObjCMethod; in FindTypeDiffs() 976 case ObjCMethod: in diagnoseMismatch() 1619 case ObjCMethod: in diagnoseMismatch() 2062 case ObjCMethod: { in diagnoseMismatch() 2190 case ObjCMethod: { in diagnoseMismatch()
|
| H A D | Comment.cpp | 255 case Decl::ObjCMethod: { in fill()
|
| H A D | DeclBase.cpp | 885 case ObjCMethod: in getIdentifierNamespaceForKind() 1493 case Decl::ObjCMethod: in getPrimaryContext()
|
| H A D | DeclObjC.cpp | 825 : NamedDecl(ObjCMethod, contextDecl, beginLoc, SelInfo), in ObjCMethodDecl() 826 DeclContext(ObjCMethod), MethodDeclType(T), ReturnTInfo(ReturnTInfo), in ObjCMethodDecl()
|
| H A D | ODRHash.cpp | 575 case Decl::ObjCMethod: in isSubDeclToBeProcessed()
|
| H A D | ASTContext.cpp | 514 static void addRedeclaredMethods(const ObjCMethodDecl *ObjCMethod, in addRedeclaredMethods() argument 516 const DeclContext *DC = ObjCMethod->getDeclContext(); in addRedeclaredMethods() 524 Ext->getMethod(ObjCMethod->getSelector(), in addRedeclaredMethods() 525 ObjCMethod->isInstanceMethod())) in addRedeclaredMethods()
|
| H A D | Decl.cpp | 1507 case Decl::ObjCMethod: in computeLVForDecl()
|
| /freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/ |
| H A D | CIRGenDecl.cpp | 554 case Decl::ObjCMethod: in emitDecl()
|
| /freebsd/contrib/llvm-project/clang/lib/Index/ |
| H A D | IndexSymbol.cpp | 218 case Decl::ObjCMethod: { in getSymbolInfo()
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | PlistDiagnostics.cpp | 720 case Decl::ObjCMethod: in FlushDiagnosticsImpl()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | SemaObjC.h | 390 void CheckObjCMethodOverrides(ObjCMethodDecl *ObjCMethod,
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CodeGenPGO.cpp | 205 case Decl::ObjCMethod: in VisitDecl()
|
| H A D | CodeGenModule.cpp | 7334 case Decl::ObjCMethod: { in EmitTopLevelDecl() 7515 case Decl::ObjCMethod: in AddDeferredUnusedCoverageMapping() 7558 case Decl::ObjCMethod: { in EmitDeferredUnusedCoverageMappings()
|
| H A D | CGDecl.cpp | 83 case Decl::ObjCMethod: in EmitDecl()
|
| /freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteObjC.cpp | 4796 case Decl::ObjCMethod: { in HandleDeclInMainFile()
|