| /minix3/external/bsd/llvm/dist/clang/lib/Serialization/ |
| H A D | ASTCommon.cpp | 128 case Decl::ObjCImplementation: in getDefinitiveDeclContext() 198 case Decl::ObjCImplementation: in isRedeclarableDeclKind()
|
| /minix3/external/bsd/llvm/dist/clang/include/clang/Basic/ |
| H A D | DeclNodes.td | 69 def ObjCImplementation : DDecl<ObjCImpl>;
|
| /minix3/external/bsd/llvm/dist/clang/lib/Frontend/ |
| H A D | ASTConsumers.cpp | 250 case Decl::ObjCImplementation: in PrintDeclContext() 395 case Decl::ObjCImplementation: in PrintDeclContext()
|
| /minix3/external/bsd/llvm/dist/clang/test/Misc/ |
| H A D | ast-dump-decl.m | 59 // CHECK-NEXT: ObjCImplementation{{.*}} 'TestObjCClass'
|
| /minix3/external/bsd/llvm/dist/clang/lib/AST/ |
| H A D | DeclBase.cpp | 593 case ObjCImplementation: in getIdentifierNamespaceForKind() 920 case Decl::ObjCImplementation: in getPrimaryContext()
|
| H A D | DeclObjC.cpp | 1489 case ObjCImplementation: in getContainingInterface()
|
| H A D | Decl.cpp | 1234 case Decl::ObjCImplementation: in computeLVForDecl()
|
| /minix3/external/bsd/llvm/dist/clang/lib/Index/ |
| H A D | USRGeneration.cpp | 353 case Decl::ObjCImplementation: in VisitObjCContainerDecl()
|
| /minix3/external/bsd/llvm/dist/clang/include/clang/AST/ |
| H A D | DeclObjC.h | 2023 : ObjCImplDecl(ObjCImplementation, DC, classInterface, nameLoc, atStartLoc), in ObjCImplDecl() argument 2146 static bool classofKind(Kind K) { return K == ObjCImplementation; } in classofKind()
|
| H A D | DeclBase.h | 1131 case Decl::ObjCImplementation: in isObjCContainer()
|
| /minix3/external/bsd/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGDecl.cpp | 67 case Decl::ObjCImplementation: in EmitDecl()
|
| H A D | CodeGenModule.cpp | 3243 case Decl::ObjCImplementation: { in EmitTopLevelDecl()
|
| /minix3/external/bsd/llvm/dist/clang/lib/Sema/ |
| H A D | SemaPseudoObject.cpp | 652 S.getCurLexicalContext()->getDeclKind() != Decl::ObjCImplementation) { in DiagnoseUnsupportedPropertyUse()
|
| H A D | SemaCodeComplete.cpp | 165 ObjCImplementationDecl *ObjCImplementation; member in __anonec48ab7c0111::ResultBuilder 180 ObjCImplementation(nullptr) in ResultBuilder() 193 ObjCImplementation = Interface->getImplementation(); in ResultBuilder() 2921 case Decl::ObjCImplementation: return CXCursor_ObjCImplementationDecl; in getCursorKindForDecl()
|
| H A D | SemaDeclCXX.cpp | 13188 void Sema::SetIvarInitializers(ObjCImplementationDecl *ObjCImplementation) { in SetIvarInitializers() argument 13191 if (ObjCInterfaceDecl *OID = ObjCImplementation->getClassInterface()) { in SetIvarInitializers() 13205 InitializationKind::CreateDefault(ObjCImplementation->getLocation()); in SetIvarInitializers() 13236 ObjCImplementation->setIvarInitializers(Context, in SetIvarInitializers()
|
| H A D | SemaDeclObjC.cpp | 2578 case Decl::ObjCImplementation: in getObjCContainerKind()
|
| H A D | SemaDecl.cpp | 10369 getCurLexicalContext()->getDeclKind() != Decl::ObjCImplementation) in ActOnStartOfFunctionDef() 12678 case Decl::ObjCImplementation: in ActOnFields()
|
| /minix3/external/bsd/llvm/dist/clang/tools/libclang/ |
| H A D | CIndex.cpp | 4935 case Decl::ObjCImplementation: in clang_getCursorDefinition() 6221 case Decl::ObjCImplementation: in getDeclLanguage()
|
| /minix3/external/bsd/llvm/dist/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteObjC.cpp | 4875 case Decl::ObjCImplementation: { in HandleDeclInMainFile()
|
| H A D | RewriteModernObjC.cpp | 5858 case Decl::ObjCImplementation: { in HandleDeclInMainFile()
|
| /minix3/external/bsd/llvm/dist/clang/include/clang/Sema/ |
| H A D | Sema.h | 5032 void SetIvarInitializers(ObjCImplementationDecl *ObjCImplementation);
|