Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTCommon.cpp322 case Decl::ObjCImplementation: in getDefinitiveDeclContext()
401 case Decl::ObjCImplementation: in isRedeclarableDeclKind()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DDeclNodes.td86 def ObjCImplementation : DeclNode<ObjCImpl>;
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclBase.cpp846 case ObjCImplementation: in getIdentifierNamespaceForKind()
1252 case Decl::ObjCImplementation: in getPrimaryContext()
H A DDeclObjC.cpp1841 case ObjCImplementation: in getContainingInterface()
H A DDecl.cpp1398 case Decl::ObjCImplementation: in computeLVForDecl()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Index/
H A DIndexSymbol.cpp190 case Decl::ObjCImplementation: { in getSymbolInfo()
H A DUSRGeneration.cpp423 case Decl::ObjCImplementation: in VisitObjCContainerDecl()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclObjC.h2564 : ObjCImplDecl(ObjCImplementation, DC, classInterface,
2704 static bool classofKind(Kind K) { return K == ObjCImplementation; } in classofKind()
H A DDeclBase.h1903 case Decl::ObjCImplementation:
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaPseudoObject.cpp690 S.getCurLexicalContext()->getDeclKind() != Decl::ObjCImplementation) { in DiagnoseUnsupportedPropertyUse()
H A DSemaCodeComplete.cpp201 ObjCImplementationDecl *ObjCImplementation; member in __anon4254e5140111::ResultBuilder
215 ObjCImplementation(nullptr) { in ResultBuilder()
227 ObjCImplementation = Interface->getImplementation(); in ResultBuilder()
3853 case Decl::ObjCImplementation: in getCursorKindForDecl()
H A DSemaDeclCXX.cpp17441 void Sema::SetIvarInitializers(ObjCImplementationDecl *ObjCImplementation) { in SetIvarInitializers() argument
17444 if (ObjCInterfaceDecl *OID = ObjCImplementation->getClassInterface()) { in SetIvarInitializers()
17458 InitializationKind::CreateDefault(ObjCImplementation->getLocation()); in SetIvarInitializers()
17489 ObjCImplementation->setIvarInitializers(Context, in SetIvarInitializers()
H A DSemaDeclObjC.cpp3815 case Decl::ObjCImplementation: in getObjCContainerKind()
H A DSemaDecl.cpp14290 getCurLexicalContext()->getDeclKind() != Decl::ObjCImplementation) in ActOnStartOfFunctionDef()
17194 case Decl::ObjCImplementation: in ActOnFields()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGDecl.cpp83 case Decl::ObjCImplementation: in EmitDecl()
H A DCodeGenModule.cpp5775 case Decl::ObjCImplementation: { in EmitTopLevelDecl()
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndex.cpp6442 case Decl::ObjCImplementation: in clang_getCursorDefinition()
7903 case Decl::ObjCImplementation: in getDeclLanguage()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp4847 case Decl::ObjCImplementation: { in HandleDeclInMainFile()
H A DRewriteModernObjC.cpp5747 case Decl::ObjCImplementation: { in HandleDeclInMainFile()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h6988 void SetIvarInitializers(ObjCImplementationDecl *ObjCImplementation);