Home
last modified time | relevance | path

Searched refs:ObjCImplementation (Results 1 – 22 of 22) sorted by relevance

/external/clang/lib/Serialization/
DASTCommon.cpp215 case Decl::ObjCImplementation: in getDefinitiveDeclContext()
290 case Decl::ObjCImplementation: in isRedeclarableDeclKind()
/external/clang/lib/Frontend/
DASTConsumers.cpp249 case Decl::ObjCImplementation: in PrintDeclContext()
392 case Decl::ObjCImplementation: in PrintDeclContext()
/external/clang/include/clang/Basic/
DDeclNodes.td77 def ObjCImplementation : DDecl<ObjCImpl>;
/external/clang/test/Misc/
Dast-dump-decl.m59 // CHECK-NEXT: ObjCImplementation{{.*}} 'TestObjCClass'
/external/clang/lib/Index/
DIndexSymbol.cpp120 case Decl::ObjCImplementation: { in getSymbolInfo()
DUSRGeneration.cpp362 case Decl::ObjCImplementation: in VisitObjCContainerDecl()
/external/clang/lib/AST/
DDeclBase.cpp690 case ObjCImplementation: in getIdentifierNamespaceForKind()
1024 case Decl::ObjCImplementation: in getPrimaryContext()
DDeclObjC.cpp1735 case ObjCImplementation: in getContainingInterface()
DDecl.cpp1274 case Decl::ObjCImplementation: in computeLVForDecl()
/external/clang/include/clang/AST/
DDeclObjC.h2490 : ObjCImplDecl(ObjCImplementation, DC, classInterface, nameLoc, atStartLoc), in ObjCImplDecl() argument
2616 static bool classofKind(Kind K) { return K == ObjCImplementation; } in classofKind()
DDeclBase.h1255 case Decl::ObjCImplementation: in isObjCContainer()
/external/clang/lib/Sema/
DSemaPseudoObject.cpp685 S.getCurLexicalContext()->getDeclKind() != Decl::ObjCImplementation) { in DiagnoseUnsupportedPropertyUse()
DSemaCodeComplete.cpp164 ObjCImplementationDecl *ObjCImplementation; member in __anon28dbc1b40111::ResultBuilder
179 ObjCImplementation(nullptr) in ResultBuilder()
192 ObjCImplementation = Interface->getImplementation(); in ResultBuilder()
3035 case Decl::ObjCImplementation: return CXCursor_ObjCImplementationDecl; in getCursorKindForDecl()
DSemaDeclCXX.cpp13585 void Sema::SetIvarInitializers(ObjCImplementationDecl *ObjCImplementation) { in SetIvarInitializers() argument
13588 if (ObjCInterfaceDecl *OID = ObjCImplementation->getClassInterface()) { in SetIvarInitializers()
13602 InitializationKind::CreateDefault(ObjCImplementation->getLocation()); in SetIvarInitializers()
13633 ObjCImplementation->setIvarInitializers(Context, in SetIvarInitializers()
DSemaDeclObjC.cpp3687 case Decl::ObjCImplementation: in getObjCContainerKind()
DSemaDecl.cpp11361 getCurLexicalContext()->getDeclKind() != Decl::ObjCImplementation) in ActOnStartOfFunctionDef()
13866 case Decl::ObjCImplementation: in ActOnFields()
/external/clang/lib/CodeGen/
DCGDecl.cpp73 case Decl::ObjCImplementation: in EmitDecl()
DCodeGenModule.cpp3847 case Decl::ObjCImplementation: { in EmitTopLevelDecl()
/external/clang/tools/libclang/
DCIndex.cpp5616 case Decl::ObjCImplementation: in clang_getCursorDefinition()
6920 case Decl::ObjCImplementation: in getDeclLanguage()
/external/clang/lib/Frontend/Rewrite/
DRewriteObjC.cpp4837 case Decl::ObjCImplementation: { in HandleDeclInMainFile()
DRewriteModernObjC.cpp5748 case Decl::ObjCImplementation: { in HandleDeclInMainFile()
/external/clang/include/clang/Sema/
DSema.h5351 void SetIvarInitializers(ObjCImplementationDecl *ObjCImplementation);