Home
last modified time | relevance | path

Searched refs:ObjCMethod (Results 1 – 20 of 20) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaDeclObjC.cpp3900 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 …]
HDSemaCodeComplete.cpp3027 case Decl::ObjCMethod: in getCursorKindForDecl()
/NextBSD/contrib/llvm/tools/clang/include/clang/Basic/
HDAttr.td88 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 …]
HDDeclNodes.td64 def ObjCMethod : DDecl<Named>, DeclContext;
/NextBSD/contrib/llvm/tools/clang/lib/Serialization/
HDASTCommon.cpp122 case Decl::ObjCMethod: in getDefinitiveDeclContext()
200 case Decl::ObjCMethod: in isRedeclarableDeclKind()
/NextBSD/contrib/llvm/tools/clang/lib/Frontend/
HDASTConsumers.cpp237 case Decl::ObjCMethod: in PrintDeclContext()
390 case Decl::ObjCMethod: in PrintDeclContext()
/NextBSD/contrib/llvm/tools/clang/utils/TableGen/
HDClangAttrEmitter.cpp2220 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/
HDComment.cpp177 case Decl::ObjCMethod: { in fill()
HDDeclBase.cpp546 case ObjCMethod: in getIdentifierNamespaceForKind()
934 case Decl::ObjCMethod: in getPrimaryContext()
HDASTContext.cpp401 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()
HDDecl.cpp1241 case Decl::ObjCMethod: in computeLVForDecl()
/NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
HDPlistDiagnostics.cpp406 case Decl::ObjCMethod: in FlushDiagnosticsImpl()
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDDeclObjC.h233 : 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()
HDDeclBase.h1227 case Decl::ObjCMethod: in isFunctionOrMethod()
/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCodeGenPGO.cpp172 case Decl::ObjCMethod: in VisitDecl()
HDCodeGenModule.cpp3342 case Decl::ObjCMethod: { in EmitTopLevelDecl()
3412 case Decl::ObjCMethod: in AddDeferredUnusedCoverageMapping()
3461 case Decl::ObjCMethod: { in EmitDeferredUnusedCoverageMappings()
HDCGDecl.cpp64 case Decl::ObjCMethod: in EmitDecl()
/NextBSD/contrib/llvm/tools/clang/lib/Frontend/Rewrite/
HDRewriteObjC.cpp4850 case Decl::ObjCMethod: { in HandleDeclInMainFile()
HDRewriteModernObjC.cpp5826 case Decl::ObjCMethod: { in HandleDeclInMainFile()
/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDSema.h7473 void CheckObjCMethodOverrides(ObjCMethodDecl *ObjCMethod,