| /minix3/external/bsd/llvm/dist/clang/test/Index/ |
| H A D | print-usrs.c | 6 ObjCMethod foo: 0 c:objc(cs)NSObject 7 ObjCMethod baz:with 1 c:objc(cs)NSObject
|
| /minix3/external/bsd/llvm/dist/clang/lib/Sema/ |
| H A D | SemaDeclObjC.cpp | 2987 void Sema::CheckObjCMethodOverrides(ObjCMethodDecl *ObjCMethod, in CheckObjCMethodOverrides() argument 2991 OverrideSearch overrides(*this, ObjCMethod); in CheckObjCMethodOverrides() 3008 } else if (isa<ObjCImplDecl>(ObjCMethod->getDeclContext())) { in CheckObjCMethodOverrides() 3017 MethodPool.find(ObjCMethod->getSelector()); in CheckObjCMethodOverrides() 3020 ObjCMethod->isInstanceMethod()? It->second.first: It->second.second; in CheckObjCMethodOverrides() 3046 ObjCMethod->SetRelatedResultType(); in CheckObjCMethodOverrides() 3049 mergeObjCMethodDecls(ObjCMethod, overridden); in CheckObjCMethodOverrides() 3051 if (ObjCMethod->isImplicit() && overridden->isImplicit()) in CheckObjCMethodOverrides() 3055 if (isa<ObjCInterfaceDecl>(ObjCMethod->getDeclContext()) || in CheckObjCMethodOverrides() 3056 isa<ObjCImplementationDecl>(ObjCMethod->getDeclContext())) in CheckObjCMethodOverrides() [all …]
|
| H A D | SemaCodeComplete.cpp | 2925 case Decl::ObjCMethod: in getCursorKindForDecl()
|
| /minix3/external/bsd/llvm/dist/clang/include/clang/Basic/ |
| H A D | Attr.td | 88 def ObjCInstanceMethod : SubsetSubject<ObjCMethod, 91 def ObjCInterfaceDeclInitMethod : SubsetSubject<ObjCMethod, 462 let Subjects = SubjectList<[ParmVar, ObjCMethod, Function], ErrorDiag>; 468 // let Subjects = [Function, ObjCMethod]; 493 // let Subjects = SubjectList<[ObjCMethod, ObjCProperty, Function]>; 499 // let Subjects = SubjectList<[ObjCMethod, ObjCProperty, Function]>; 579 let Subjects = SubjectList<[ObjCMethod, FunctionLike], WarnDiag, 693 // let Subjects = [Function, ObjCMethod]; 706 let Subjects = SubjectList<[Function, ObjCMethod], ErrorDiag>; 720 let Subjects = SubjectList<[ObjCMethod, Block, HasFunctionProto], WarnDiag, [all …]
|
| H A D | DeclNodes.td | 62 def ObjCMethod : DDecl<Named>, DeclContext;
|
| /minix3/external/bsd/llvm/dist/clang/lib/Serialization/ |
| H A D | ASTCommon.cpp | 121 case Decl::ObjCMethod: in getDefinitiveDeclContext() 195 case Decl::ObjCMethod: in isRedeclarableDeclKind()
|
| /minix3/external/bsd/llvm/dist/clang/test/Misc/ |
| H A D | ast-dump-decl.m | 103 // CHECK-NEXT: getter ObjCMethod{{.*}} 'getterFoo' 104 // CHECK-NEXT: setter ObjCMethod{{.*}} 'setterFoo:'
|
| /minix3/external/bsd/llvm/dist/clang/lib/Frontend/ |
| H A D | ASTConsumers.cpp | 238 case Decl::ObjCMethod: in PrintDeclContext() 391 case Decl::ObjCMethod: in PrintDeclContext()
|
| /minix3/external/bsd/llvm/dist/clang/utils/TableGen/ |
| H A D | ClangAttrEmitter.cpp | 2176 ObjCMethod = 1U << 2, in CalculateDiagnostic() enumerator 2209 .Case("ObjCMethod", ObjCMethod) in CalculateDiagnostic() 2243 case ObjCMethod: return "ExpectedMethod"; in CalculateDiagnostic() 2254 case Func | ObjCMethod | Block: return "ExpectedFunctionMethodOrBlock"; in CalculateDiagnostic() 2255 case Func | ObjCMethod | Class: return "ExpectedFunctionMethodOrClass"; in CalculateDiagnostic() 2257 case Func | ObjCMethod | Param: return "ExpectedFunctionMethodOrParameter"; in CalculateDiagnostic() 2258 case Func | ObjCMethod: return "ExpectedFunctionOrMethod"; in CalculateDiagnostic() 2266 case ObjCMethod | ObjCProp: return "ExpectedMethodOrProperty"; in CalculateDiagnostic()
|
| /minix3/external/bsd/llvm/dist/clang/lib/AST/ |
| H A D | Comment.cpp | 177 case Decl::ObjCMethod: { in fill()
|
| H A D | DeclBase.cpp | 521 case ObjCMethod: in getIdentifierNamespaceForKind() 902 case Decl::ObjCMethod: in getPrimaryContext()
|
| H A D | ASTContext.cpp | 401 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()
|
| H A D | Decl.cpp | 1235 case Decl::ObjCMethod: in computeLVForDecl()
|
| /minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
| H A D | PlistDiagnostics.cpp | 404 case Decl::ObjCMethod: in FlushDiagnosticsImpl()
|
| /minix3/external/bsd/llvm/dist/clang/include/clang/AST/ |
| H A D | DeclObjC.h | 233 : NamedDecl(ObjCMethod, contextDecl, beginLoc, SelInfo), in NamedDecl() argument 234 DeclContext(ObjCMethod), Family(InvalidObjCMethodFamily), in NamedDecl() 492 static bool classofKind(Kind K) { return K == ObjCMethod; } in classofKind()
|
| H A D | DeclBase.h | 1143 case Decl::ObjCMethod: in isFunctionOrMethod()
|
| /minix3/external/bsd/llvm/dist/clang/lib/CodeGen/ |
| H A D | CodeGenPGO.cpp | 168 case Decl::ObjCMethod: in VisitDecl()
|
| H A D | CodeGenModule.cpp | 3255 case Decl::ObjCMethod: { in EmitTopLevelDecl() 3328 case Decl::ObjCMethod: in AddDeferredUnusedCoverageMapping() 3377 case Decl::ObjCMethod: { in EmitDeferredUnusedCoverageMappings()
|
| H A D | CGDecl.cpp | 62 case Decl::ObjCMethod: in EmitDecl()
|
| /minix3/external/bsd/llvm/dist/clang/tools/libclang/ |
| H A D | IndexingContext.cpp | 1003 case Decl::ObjCMethod: in getEntityInfo()
|
| H A D | CIndex.cpp | 5027 case Decl::ObjCMethod: { in clang_getCursorDefinition() 6224 case Decl::ObjCMethod: in getDeclLanguage()
|
| /minix3/external/bsd/llvm/dist/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteObjC.cpp | 4857 case Decl::ObjCMethod: { in HandleDeclInMainFile()
|
| H A D | RewriteModernObjC.cpp | 5839 case Decl::ObjCMethod: { in HandleDeclInMainFile()
|
| /minix3/external/bsd/llvm/dist/clang/include/clang/Sema/ |
| H A D | Sema.h | 7275 void CheckObjCMethodOverrides(ObjCMethodDecl *ObjCMethod,
|