/external/clang/test/Index/ |
D | print-usrs.c | 6 ObjCMethod foo: 0 c:objc(cs)NSObject 7 ObjCMethod baz:with 1 c:objc(cs)NSObject
|
/external/clang/lib/Sema/ |
D | SemaDeclObjC.cpp | 2780 void Sema::CheckObjCMethodOverrides(ObjCMethodDecl *ObjCMethod, in CheckObjCMethodOverrides() argument 2784 OverrideSearch overrides(*this, ObjCMethod); in CheckObjCMethodOverrides() 2802 ObjCMethod->SetRelatedResultType(); in CheckObjCMethodOverrides() 2805 mergeObjCMethodDecls(ObjCMethod, overridden); in CheckObjCMethodOverrides() 2807 if (ObjCMethod->isImplicit() && overridden->isImplicit()) in CheckObjCMethodOverrides() 2811 if (isa<ObjCInterfaceDecl>(ObjCMethod->getDeclContext()) || in CheckObjCMethodOverrides() 2812 isa<ObjCImplementationDecl>(ObjCMethod->getDeclContext())) in CheckObjCMethodOverrides() 2813 CheckConflictingOverridingMethod(ObjCMethod, overridden, in CheckObjCMethodOverrides() 2819 ObjCMethodDecl::param_iterator ParamI = ObjCMethod->param_begin(), in CheckObjCMethodOverrides() 2820 E = ObjCMethod->param_end(); in CheckObjCMethodOverrides() [all …]
|
D | SemaCodeComplete.cpp | 2909 case Decl::ObjCMethod: in getCursorKindForDecl()
|
/external/clang/test/Misc/ |
D | ast-dump-decl.m | 103 // CHECK-NEXT: getter ObjCMethod{{.*}} 'getterFoo' 104 // CHECK-NEXT: setter ObjCMethod{{.*}} 'setterFoo:'
|
/external/clang/lib/Serialization/ |
D | ASTCommon.cpp | 120 case Decl::ObjCMethod: in getDefinitiveDeclContext() 191 case Decl::ObjCMethod: in isRedeclarableDeclKind()
|
/external/clang/include/clang/Basic/ |
D | Attr.td | 258 let Subjects = [ObjCMethod, Function]; 263 let Subjects = [ObjCMethod, Function]; 526 let Subjects = [ObjCMethod, Function]; 531 let Subjects = [ObjCMethod, Function]; 536 let Subjects = [ObjCMethod, Function]; 541 let Subjects = [ObjCMethod]; 555 let Subjects = [ObjCMethod]; 573 let Subjects = [ObjCMethod]; 578 let Subjects = [ObjCMethod];
|
D | DeclNodes.td | 57 def ObjCMethod : DDecl<Named>, DeclContext;
|
/external/clang/include/clang/Analysis/Visitors/ |
D | CFGRecStmtDeclVisitor.h | 91 DEFAULT_DISPATCH(ObjCMethod) in DEFAULT_DISPATCH()
|
/external/clang/lib/Frontend/ |
D | ASTConsumers.cpp | 224 case Decl::ObjCMethod: in PrintDeclContext() 379 case Decl::ObjCMethod: in PrintDeclContext()
|
/external/clang/lib/AST/ |
D | Comment.cpp | 177 case Decl::ObjCMethod: { in fill()
|
D | DeclBase.cpp | 493 case ObjCMethod: in getIdentifierNamespaceForKind() 846 case Decl::ObjCMethod: in getPrimaryContext()
|
D | ASTContext.cpp | 368 static void addRedeclaredMethods(const ObjCMethodDecl *ObjCMethod, in addRedeclaredMethods() argument 370 const DeclContext *DC = ObjCMethod->getDeclContext(); in addRedeclaredMethods() 381 Ext->getMethod(ObjCMethod->getSelector(), in addRedeclaredMethods() 382 ObjCMethod->isInstanceMethod())) in addRedeclaredMethods()
|
D | Decl.cpp | 1059 case Decl::ObjCMethod: in getLVForDecl()
|
/external/clang/include/clang/AST/ |
D | DeclObjC.h | 237 : 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()
|
D | DeclBase.h | 1043 case Decl::ObjCMethod: in isFunctionOrMethod()
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | PlistDiagnostics.cpp | 478 case Decl::ObjCMethod: in FlushDiagnosticsImpl()
|
/external/clang/tools/libclang/ |
D | IndexingContext.cpp | 994 case Decl::ObjCMethod: in getEntityInfo()
|
D | CIndex.cpp | 4532 case Decl::ObjCMethod: { in clang_getCursorDefinition() 5685 case Decl::ObjCMethod: in getDeclLanguage()
|
/external/clang/lib/CodeGen/ |
D | CGDecl.cpp | 57 case Decl::ObjCMethod: in EmitDecl()
|
D | CodeGenModule.cpp | 2814 case Decl::ObjCMethod: { in EmitTopLevelDecl()
|
/external/clang/lib/Rewrite/Frontend/ |
D | RewriteObjC.cpp | 4928 case Decl::ObjCMethod: { in HandleDeclInMainFile()
|
D | RewriteModernObjC.cpp | 5927 case Decl::ObjCMethod: { in HandleDeclInMainFile()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 6480 void CheckObjCMethodOverrides(ObjCMethodDecl *ObjCMethod,
|