| /NextBSD/contrib/llvm/tools/clang/lib/Sema/ |
| HD | SemaDeclObjC.cpp | 3900 void Sema::CheckObjCMethodOverrides(ObjCMethodDecl *ObjCMethod, in CheckObjCMethodOverrides() argument 3904 OverrideSearch overrides(*this, ObjCMethod); in CheckObjCMethodOverrides() 3921 } else if (isa<ObjCImplDecl>(ObjCMethod->getDeclContext())) { in CheckObjCMethodOverrides() 3930 MethodPool.find(ObjCMethod->getSelector()); in CheckObjCMethodOverrides() 3933 ObjCMethod->isInstanceMethod()? It->second.first: It->second.second; in CheckObjCMethodOverrides() 3959 ObjCMethod->SetRelatedResultType(); in CheckObjCMethodOverrides() 3962 mergeObjCMethodDecls(ObjCMethod, overridden); in CheckObjCMethodOverrides() 3964 if (ObjCMethod->isImplicit() && overridden->isImplicit()) in CheckObjCMethodOverrides() 3968 if (isa<ObjCInterfaceDecl>(ObjCMethod->getDeclContext()) || in CheckObjCMethodOverrides() 3969 isa<ObjCImplementationDecl>(ObjCMethod->getDeclContext())) in CheckObjCMethodOverrides() [all …]
|
| HD | SemaCodeComplete.cpp | 3027 case Decl::ObjCMethod: in getCursorKindForDecl()
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/Basic/ |
| HD | Attr.td | 88 def ObjCInstanceMethod : SubsetSubject<ObjCMethod, 91 def ObjCInterfaceDeclInitMethod : SubsetSubject<ObjCMethod, 471 let Subjects = SubjectList<[ParmVar, ObjCMethod, Function], ErrorDiag>; 477 // let Subjects = [Function, ObjCMethod]; 502 // let Subjects = SubjectList<[ObjCMethod, ObjCProperty, Function]>; 508 // let Subjects = SubjectList<[ObjCMethod, ObjCProperty, Function]>; 588 let Subjects = SubjectList<[ObjCMethod, FunctionLike], WarnDiag, 702 // let Subjects = [Function, ObjCMethod]; 715 let Subjects = SubjectList<[Function, ObjCMethod], ErrorDiag>; 748 let Subjects = SubjectList<[ObjCMethod, Block, HasFunctionProto], WarnDiag, [all …]
|
| HD | DeclNodes.td | 64 def ObjCMethod : DDecl<Named>, DeclContext;
|
| /NextBSD/contrib/llvm/tools/clang/lib/Serialization/ |
| HD | ASTCommon.cpp | 122 case Decl::ObjCMethod: in getDefinitiveDeclContext() 200 case Decl::ObjCMethod: in isRedeclarableDeclKind()
|
| /NextBSD/contrib/llvm/tools/clang/lib/Frontend/ |
| HD | ASTConsumers.cpp | 237 case Decl::ObjCMethod: in PrintDeclContext() 390 case Decl::ObjCMethod: in PrintDeclContext()
|
| /NextBSD/contrib/llvm/tools/clang/utils/TableGen/ |
| HD | ClangAttrEmitter.cpp | 2220 ObjCMethod = 1U << 2, in CalculateDiagnostic() enumerator 2254 .Case("ObjCMethod", ObjCMethod) in CalculateDiagnostic() 2290 case ObjCMethod: return "ExpectedMethod"; in CalculateDiagnostic() 2301 case Func | ObjCMethod | Block: return "ExpectedFunctionMethodOrBlock"; in CalculateDiagnostic() 2302 case Func | ObjCMethod | Class: return "ExpectedFunctionMethodOrClass"; in CalculateDiagnostic() 2304 case Func | ObjCMethod | Param: return "ExpectedFunctionMethodOrParameter"; in CalculateDiagnostic() 2305 case Func | ObjCMethod: return "ExpectedFunctionOrMethod"; in CalculateDiagnostic() 2313 case ObjCMethod | ObjCProp: return "ExpectedMethodOrProperty"; in CalculateDiagnostic()
|
| /NextBSD/contrib/llvm/tools/clang/lib/AST/ |
| HD | Comment.cpp | 177 case Decl::ObjCMethod: { in fill()
|
| HD | DeclBase.cpp | 546 case ObjCMethod: in getIdentifierNamespaceForKind() 934 case Decl::ObjCMethod: in getPrimaryContext()
|
| HD | ASTContext.cpp | 401 static void addRedeclaredMethods(const ObjCMethodDecl *ObjCMethod, in addRedeclaredMethods() argument 403 const DeclContext *DC = ObjCMethod->getDeclContext(); in addRedeclaredMethods() 411 Ext->getMethod(ObjCMethod->getSelector(), in addRedeclaredMethods() 412 ObjCMethod->isInstanceMethod())) in addRedeclaredMethods()
|
| HD | Decl.cpp | 1241 case Decl::ObjCMethod: in computeLVForDecl()
|
| /NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ |
| HD | PlistDiagnostics.cpp | 406 case Decl::ObjCMethod: in FlushDiagnosticsImpl()
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/AST/ |
| HD | DeclObjC.h | 233 : NamedDecl(ObjCMethod, contextDecl, beginLoc, SelInfo), in NamedDecl() argument 234 DeclContext(ObjCMethod), Family(InvalidObjCMethodFamily), in NamedDecl() 501 static bool classofKind(Kind K) { return K == ObjCMethod; } in classofKind()
|
| HD | DeclBase.h | 1227 case Decl::ObjCMethod: in isFunctionOrMethod()
|
| /NextBSD/contrib/llvm/tools/clang/lib/CodeGen/ |
| HD | CodeGenPGO.cpp | 172 case Decl::ObjCMethod: in VisitDecl()
|
| HD | CodeGenModule.cpp | 3342 case Decl::ObjCMethod: { in EmitTopLevelDecl() 3412 case Decl::ObjCMethod: in AddDeferredUnusedCoverageMapping() 3461 case Decl::ObjCMethod: { in EmitDeferredUnusedCoverageMappings()
|
| HD | CGDecl.cpp | 64 case Decl::ObjCMethod: in EmitDecl()
|
| /NextBSD/contrib/llvm/tools/clang/lib/Frontend/Rewrite/ |
| HD | RewriteObjC.cpp | 4850 case Decl::ObjCMethod: { in HandleDeclInMainFile()
|
| HD | RewriteModernObjC.cpp | 5826 case Decl::ObjCMethod: { in HandleDeclInMainFile()
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/Sema/ |
| HD | Sema.h | 7473 void CheckObjCMethodOverrides(ObjCMethodDecl *ObjCMethod,
|