Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/clang/lib/Sema/
HDSemaDeclObjC.cpp2983 void Sema::CheckObjCMethodOverrides(ObjCMethodDecl *ObjCMethod, in CheckObjCMethodOverrides() argument
2987 OverrideSearch overrides(*this, ObjCMethod); in CheckObjCMethodOverrides()
3004 } else if (isa<ObjCImplDecl>(ObjCMethod->getDeclContext())) { in CheckObjCMethodOverrides()
3013 MethodPool.find(ObjCMethod->getSelector()); in CheckObjCMethodOverrides()
3016 ObjCMethod->isInstanceMethod()? It->second.first: It->second.second; in CheckObjCMethodOverrides()
3042 ObjCMethod->SetRelatedResultType(); in CheckObjCMethodOverrides()
3045 mergeObjCMethodDecls(ObjCMethod, overridden); in CheckObjCMethodOverrides()
3047 if (ObjCMethod->isImplicit() && overridden->isImplicit()) in CheckObjCMethodOverrides()
3051 if (isa<ObjCInterfaceDecl>(ObjCMethod->getDeclContext()) || in CheckObjCMethodOverrides()
3052 isa<ObjCImplementationDecl>(ObjCMethod->getDeclContext())) in CheckObjCMethodOverrides()
[all …]
HDSemaCodeComplete.cpp2933 case Decl::ObjCMethod: in getCursorKindForDecl()
/trueos/contrib/llvm/tools/clang/lib/Serialization/
HDASTCommon.cpp120 case Decl::ObjCMethod: in getDefinitiveDeclContext()
196 case Decl::ObjCMethod: in isRedeclarableDeclKind()
/trueos/contrib/llvm/tools/clang/include/clang/Basic/
HDAttr.td291 let Subjects = [ObjCMethod, Function];
296 let Subjects = [ObjCMethod, Function];
554 let Subjects = [ObjCMethod, Function];
559 let Subjects = [ObjCMethod, Function];
564 let Subjects = [ObjCMethod, Function];
569 let Subjects = [ObjCMethod];
583 let Subjects = [ObjCMethod];
601 let Subjects = [ObjCMethod, ObjCProperty];
606 let Subjects = [ObjCMethod];
HDDeclNodes.td62 def ObjCMethod : DDecl<Named>, DeclContext;
/trueos/contrib/llvm/tools/clang/lib/Frontend/
HDASTConsumers.cpp228 case Decl::ObjCMethod: in PrintDeclContext()
383 case Decl::ObjCMethod: in PrintDeclContext()
/trueos/contrib/llvm/tools/clang/lib/AST/
HDComment.cpp178 case Decl::ObjCMethod: { in fill()
HDDeclBase.cpp504 case ObjCMethod: in getIdentifierNamespaceForKind()
850 case Decl::ObjCMethod: in getPrimaryContext()
HDASTContext.cpp385 static void addRedeclaredMethods(const ObjCMethodDecl *ObjCMethod, in addRedeclaredMethods() argument
387 const DeclContext *DC = ObjCMethod->getDeclContext(); in addRedeclaredMethods()
398 Ext->getMethod(ObjCMethod->getSelector(), in addRedeclaredMethods()
399 ObjCMethod->isInstanceMethod())) in addRedeclaredMethods()
HDDecl.cpp1150 case Decl::ObjCMethod: in computeLVForDecl()
/trueos/contrib/llvm/tools/clang/include/clang/AST/
HDDeclObjC.h237 : NamedDecl(ObjCMethod, contextDecl, beginLoc, SelInfo), in NamedDecl() argument
238 DeclContext(ObjCMethod), Family(InvalidObjCMethodFamily), in NamedDecl()
470 static bool classofKind(Kind K) { return K == ObjCMethod; } in classofKind()
HDDeclBase.h1116 case Decl::ObjCMethod: in isFunctionOrMethod()
/trueos/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
HDPlistDiagnostics.cpp486 case Decl::ObjCMethod: in FlushDiagnosticsImpl()
/trueos/contrib/llvm/tools/clang/lib/CodeGen/
HDCGDecl.cpp62 case Decl::ObjCMethod: in EmitDecl()
HDCodeGenModule.cpp3010 case Decl::ObjCMethod: { in EmitTopLevelDecl()
/trueos/contrib/llvm/tools/clang/lib/Rewrite/Frontend/
HDRewriteObjC.cpp4928 case Decl::ObjCMethod: { in HandleDeclInMainFile()
HDRewriteModernObjC.cpp5938 case Decl::ObjCMethod: { in HandleDeclInMainFile()
/trueos/contrib/llvm/tools/clang/include/clang/Sema/
HDSema.h6919 void CheckObjCMethodOverrides(ObjCMethodDecl *ObjCMethod,