Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclObjC.cpp4422 void Sema::CheckObjCMethodOverrides(ObjCMethodDecl *ObjCMethod, in CheckObjCMethodOverrides() argument
4425 if (!ObjCMethod) in CheckObjCMethodOverrides()
4428 OverrideSearch overrides(*this, ObjCMethod); in CheckObjCMethodOverrides()
4440 CheckObjCMethodDirectOverrides(ObjCMethod, overridden); in CheckObjCMethodOverrides()
4442 } else if (isa<ObjCImplDecl>(ObjCMethod->getDeclContext())) { in CheckObjCMethodOverrides()
4451 MethodPool.find(ObjCMethod->getSelector()); in CheckObjCMethodOverrides()
4454 ObjCMethod->isInstanceMethod()? It->second.first: It->second.second; in CheckObjCMethodOverrides()
4465 CheckObjCMethodDirectOverrides(ObjCMethod, SuperOverridden); in CheckObjCMethodOverrides()
4479 ObjCMethod->setRelatedResultType(); in CheckObjCMethodOverrides()
4482 mergeObjCMethodDecls(ObjCMethod, overridden); in CheckObjCMethodOverrides()
[all …]
H A DSemaCodeComplete.cpp3860 case Decl::ObjCMethod: in getCursorKindForDecl()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/
H A DAnyCall.h32 ObjCMethod, enumerator
79 : E(ME), D(ME->getMethodDecl()), K(ObjCMethod) {} in AnyCall()
97 AnyCall(const ObjCMethodDecl *D) : E(nullptr), D(D), K(ObjCMethod) {} in AnyCall()
170 case ObjCMethod: in getReturnType()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DAttr.td104 def ObjCInstanceMethod : SubsetSubject<ObjCMethod,
480 [ObjCMethod], [
723 let Subjects = SubjectList<[Function, ObjCMethod]>;
734 let Subjects = SubjectList<[Function, ObjCMethod]>;
750 let Subjects = SubjectList<[Function, ObjCMethod]>;
917 let Subjects = SubjectList<[ParmVar, ObjCMethod, Function], ErrorDiag>;
923 // let Subjects = [Function, ObjCMethod];
951 // let Subjects = SubjectList<[ObjCMethod, ObjCProperty, Function]>;
957 // let Subjects = SubjectList<[ObjCMethod, ObjCProperty, Function]>;
976 let Subjects = SubjectList<[Function, ObjCMethod, ObjCProperty, ParmVar]>;
[all …]
H A DDeclNodes.td78 def ObjCMethod : DeclNode<Named, "Objective-C methods">, DeclContext;
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTCommon.cpp315 case Decl::ObjCMethod: in getDefinitiveDeclContext()
398 case Decl::ObjCMethod: in isRedeclarableDeclKind()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DIssueHash.cpp109 case Decl::ObjCMethod: in GetEnclosingDeclContextSignature()
H A DRetainSummaryManager.cpp675 case AnyCall::ObjCMethod: { in getSummary()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DComment.cpp252 case Decl::ObjCMethod: { in fill()
H A DDeclBase.cpp749 case ObjCMethod: in getIdentifierNamespaceForKind()
1234 case Decl::ObjCMethod: in getPrimaryContext()
H A DDeclObjC.cpp786 : NamedDecl(ObjCMethod, contextDecl, beginLoc, SelInfo), in ObjCMethodDecl()
787 DeclContext(ObjCMethod), MethodDeclType(T), ReturnTInfo(ReturnTInfo), in ObjCMethodDecl()
H A DASTContext.cpp458 static void addRedeclaredMethods(const ObjCMethodDecl *ObjCMethod, in addRedeclaredMethods() argument
460 const DeclContext *DC = ObjCMethod->getDeclContext(); in addRedeclaredMethods()
468 Ext->getMethod(ObjCMethod->getSelector(), in addRedeclaredMethods()
469 ObjCMethod->isInstanceMethod())) in addRedeclaredMethods()
H A DDecl.cpp1399 case Decl::ObjCMethod: in computeLVForDecl()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Index/
H A DIndexSymbol.cpp217 case Decl::ObjCMethod: { in getSymbolInfo()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DPlistDiagnostics.cpp724 case Decl::ObjCMethod: in FlushDiagnosticsImpl()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenPGO.cpp191 case Decl::ObjCMethod: in VisitDecl()
H A DCodeGenModule.cpp5787 case Decl::ObjCMethod: { in EmitTopLevelDecl()
5945 case Decl::ObjCMethod: in AddDeferredUnusedCoverageMapping()
5991 case Decl::ObjCMethod: { in EmitDeferredUnusedCoverageMappings()
H A DCGDecl.cpp78 case Decl::ObjCMethod: in EmitDecl()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclBase.h1916 case Decl::ObjCMethod:
H A DDeclObjC.h542 static bool classofKind(Kind K) { return K == ObjCMethod; } in classofKind()
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndex.cpp6551 case Decl::ObjCMethod: { in clang_getCursorDefinition()
7906 case Decl::ObjCMethod: in getDeclLanguage()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp4829 case Decl::ObjCMethod: { in HandleDeclInMainFile()
H A DRewriteModernObjC.cpp5728 case Decl::ObjCMethod: { in HandleDeclInMainFile()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h9849 void CheckObjCMethodOverrides(ObjCMethodDecl *ObjCMethod,