Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTCommon.cpp296 case Decl::ObjCImplementation: in getDefinitiveDeclContext()
373 case Decl::ObjCImplementation: in isRedeclarableDeclKind()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DDeclNodes.td84 def ObjCImplementation : DDecl<ObjCImpl>;
/freebsd-12.1/contrib/llvm/tools/clang/lib/Index/
H A DIndexSymbol.cpp185 case Decl::ObjCImplementation: { in getSymbolInfo()
H A DUSRGeneration.cpp417 case Decl::ObjCImplementation: in VisitObjCContainerDecl()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DDeclBase.cpp808 case ObjCImplementation: in getIdentifierNamespaceForKind()
1190 case Decl::ObjCImplementation: in getPrimaryContext()
H A DDeclObjC.cpp1806 case ObjCImplementation: in getContainingInterface()
H A DDecl.cpp1355 case Decl::ObjCImplementation: in computeLVForDecl()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclObjC.h2580 : ObjCImplDecl(ObjCImplementation, DC, classInterface,
2722 static bool classofKind(Kind K) { return K == ObjCImplementation; } in classofKind()
H A DDeclBase.h1791 case Decl::ObjCImplementation: in isObjCContainer()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaPseudoObject.cpp700 S.getCurLexicalContext()->getDeclKind() != Decl::ObjCImplementation) { in DiagnoseUnsupportedPropertyUse()
H A DSemaCodeComplete.cpp170 ObjCImplementationDecl *ObjCImplementation; member in __anonc8a3b6180111::ResultBuilder
184 ObjCImplementation(nullptr) { in ResultBuilder()
196 ObjCImplementation = Interface->getImplementation(); in ResultBuilder()
3378 case Decl::ObjCImplementation: in getCursorKindForDecl()
H A DSemaDeclCXX.cpp15192 void Sema::SetIvarInitializers(ObjCImplementationDecl *ObjCImplementation) { in SetIvarInitializers() argument
15195 if (ObjCInterfaceDecl *OID = ObjCImplementation->getClassInterface()) { in SetIvarInitializers()
15209 InitializationKind::CreateDefault(ObjCImplementation->getLocation()); in SetIvarInitializers()
15240 ObjCImplementation->setIvarInitializers(Context, in SetIvarInitializers()
H A DSemaDeclObjC.cpp3778 case Decl::ObjCImplementation: in getObjCContainerKind()
H A DSemaDecl.cpp12995 getCurLexicalContext()->getDeclKind() != Decl::ObjCImplementation) in ActOnStartOfFunctionDef()
15737 case Decl::ObjCImplementation: in ActOnFields()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGDecl.cpp78 case Decl::ObjCImplementation: in EmitDecl()
H A DCodeGenModule.cpp4916 case Decl::ObjCImplementation: { in EmitTopLevelDecl()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp4832 case Decl::ObjCImplementation: { in HandleDeclInMainFile()
H A DRewriteModernObjC.cpp5739 case Decl::ObjCImplementation: { in HandleDeclInMainFile()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h5831 void SetIvarInitializers(ObjCImplementationDecl *ObjCImplementation);