Home
last modified time | relevance | path

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

/external/clang/test/Index/
Dprint-usrs.c6 ObjCMethod foo: 0 c:objc(cs)NSObject
7 ObjCMethod baz:with 1 c:objc(cs)NSObject
/external/clang/lib/Sema/
DSemaDeclObjC.cpp4096 void Sema::CheckObjCMethodOverrides(ObjCMethodDecl *ObjCMethod, in CheckObjCMethodOverrides() argument
4100 OverrideSearch overrides(*this, ObjCMethod); in CheckObjCMethodOverrides()
4117 } else if (isa<ObjCImplDecl>(ObjCMethod->getDeclContext())) { in CheckObjCMethodOverrides()
4126 MethodPool.find(ObjCMethod->getSelector()); in CheckObjCMethodOverrides()
4129 ObjCMethod->isInstanceMethod()? It->second.first: It->second.second; in CheckObjCMethodOverrides()
4155 ObjCMethod->SetRelatedResultType(); in CheckObjCMethodOverrides()
4158 mergeObjCMethodDecls(ObjCMethod, overridden); in CheckObjCMethodOverrides()
4160 if (ObjCMethod->isImplicit() && overridden->isImplicit()) in CheckObjCMethodOverrides()
4164 if (isa<ObjCInterfaceDecl>(ObjCMethod->getDeclContext()) || in CheckObjCMethodOverrides()
4165 isa<ObjCImplementationDecl>(ObjCMethod->getDeclContext())) in CheckObjCMethodOverrides()
[all …]
DSemaCodeComplete.cpp3039 case Decl::ObjCMethod: in getCursorKindForDecl()
/external/clang/include/clang/Basic/
DAttr.td90 def ObjCInstanceMethod : SubsetSubject<ObjCMethod,
93 def ObjCInterfaceDeclInitMethod : SubsetSubject<ObjCMethod,
436 let Subjects = SubjectList<[CXXMethod, ObjCMethod, Function], WarnDiag,
524 let Subjects = SubjectList<[ParmVar, ObjCMethod, Function], ErrorDiag>;
530 // let Subjects = [Function, ObjCMethod];
555 // let Subjects = SubjectList<[ObjCMethod, ObjCProperty, Function]>;
561 // let Subjects = SubjectList<[ObjCMethod, ObjCProperty, Function]>;
661 let Subjects = SubjectList<[ObjCMethod, FunctionLike], WarnDiag,
807 // let Subjects = [Function, ObjCMethod];
820 let Subjects = SubjectList<[Function, ObjCMethod], ErrorDiag>;
[all …]
DDeclNodes.td70 def ObjCMethod : DDecl<Named>, DeclContext;
/external/clang/test/Misc/
Dast-dump-decl.m103 // CHECK-NEXT: getter ObjCMethod{{.*}} 'getterFoo'
104 // CHECK-NEXT: setter ObjCMethod{{.*}} 'setterFoo:'
/external/clang/lib/Serialization/
DASTCommon.cpp208 case Decl::ObjCMethod: in getDefinitiveDeclContext()
287 case Decl::ObjCMethod: in isRedeclarableDeclKind()
/external/clang/lib/Frontend/
DASTConsumers.cpp237 case Decl::ObjCMethod: in PrintDeclContext()
388 case Decl::ObjCMethod: in PrintDeclContext()
/external/clang/lib/StaticAnalyzer/Core/
DIssueHash.cpp103 case Decl::ObjCMethod: in GetEnclosingDeclContextSignature()
DPlistDiagnostics.cpp418 case Decl::ObjCMethod: in FlushDiagnosticsImpl()
/external/clang/utils/TableGen/
DClangAttrEmitter.cpp2563 ObjCMethod = 1U << 2, in CalculateDiagnostic() enumerator
2597 .Case("ObjCMethod", ObjCMethod) in CalculateDiagnostic()
2633 case ObjCMethod: return "ExpectedMethod"; in CalculateDiagnostic()
2644 case Func | ObjCMethod | Block: return "ExpectedFunctionMethodOrBlock"; in CalculateDiagnostic()
2645 case Func | ObjCMethod | Class: return "ExpectedFunctionMethodOrClass"; in CalculateDiagnostic()
2647 case Func | ObjCMethod | Param: return "ExpectedFunctionMethodOrParameter"; in CalculateDiagnostic()
2648 case Func | ObjCMethod: return "ExpectedFunctionOrMethod"; in CalculateDiagnostic()
2656 case ObjCMethod | ObjCProp: return "ExpectedMethodOrProperty"; in CalculateDiagnostic()
/external/clang/lib/AST/
DComment.cpp177 case Decl::ObjCMethod: { in fill()
DDeclBase.cpp604 case ObjCMethod: in getIdentifierNamespaceForKind()
1006 case Decl::ObjCMethod: in getPrimaryContext()
DASTContext.cpp404 static void addRedeclaredMethods(const ObjCMethodDecl *ObjCMethod, in addRedeclaredMethods() argument
406 const DeclContext *DC = ObjCMethod->getDeclContext(); in addRedeclaredMethods()
414 Ext->getMethod(ObjCMethod->getSelector(), in addRedeclaredMethods()
415 ObjCMethod->isInstanceMethod())) in addRedeclaredMethods()
DDecl.cpp1275 case Decl::ObjCMethod: in computeLVForDecl()
/external/clang/lib/Index/
DIndexSymbol.cpp139 case Decl::ObjCMethod: in getSymbolInfo()
/external/clang/include/clang/AST/
DDeclObjC.h233 : NamedDecl(ObjCMethod, contextDecl, beginLoc, SelInfo), in NamedDecl() argument
234 DeclContext(ObjCMethod), Family(InvalidObjCMethodFamily), in NamedDecl()
496 static bool classofKind(Kind K) { return K == ObjCMethod; } in classofKind()
DDeclBase.h1267 case Decl::ObjCMethod: in isFunctionOrMethod()
/external/clang/lib/CodeGen/
DCodeGenPGO.cpp139 case Decl::ObjCMethod: in VisitDecl()
DCodeGenModule.cpp3859 case Decl::ObjCMethod: { in EmitTopLevelDecl()
3958 case Decl::ObjCMethod: in AddDeferredUnusedCoverageMapping()
4007 case Decl::ObjCMethod: { in EmitDeferredUnusedCoverageMappings()
DCGDecl.cpp68 case Decl::ObjCMethod: in EmitDecl()
/external/clang/tools/libclang/
DCIndex.cpp5716 case Decl::ObjCMethod: { in clang_getCursorDefinition()
6923 case Decl::ObjCMethod: in getDeclLanguage()
/external/clang/lib/Frontend/Rewrite/
DRewriteObjC.cpp4819 case Decl::ObjCMethod: { in HandleDeclInMainFile()
DRewriteModernObjC.cpp5729 case Decl::ObjCMethod: { in HandleDeclInMainFile()
/external/clang/include/clang/Sema/
DSema.h7710 void CheckObjCMethodOverrides(ObjCMethodDecl *ObjCMethod,