Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTCommon.cpp322 case Decl::ObjCImplementation: in getDefinitiveDeclContext()
402 case Decl::ObjCImplementation: in isRedeclarableDeclKind()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DDeclNodes.td89 def ObjCImplementation : DeclNode<ObjCImpl>;
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp850 case ObjCImplementation: in getIdentifierNamespaceForKind()
1257 case Decl::ObjCImplementation: in getPrimaryContext()
H A DDeclObjC.cpp1841 case ObjCImplementation: in getContainingInterface()
H A DDecl.cpp1398 case Decl::ObjCImplementation: in computeLVForDecl()
/freebsd-13.1/contrib/llvm-project/clang/lib/Index/
H A DIndexSymbol.cpp190 case Decl::ObjCImplementation: { in getSymbolInfo()
H A DUSRGeneration.cpp423 case Decl::ObjCImplementation: in VisitObjCContainerDecl()
/freebsd-13.1/contrib/llvm-project/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:
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaPseudoObject.cpp690 S.getCurLexicalContext()->getDeclKind() != Decl::ObjCImplementation) { in DiagnoseUnsupportedPropertyUse()
H A DSemaCodeComplete.cpp201 ObjCImplementationDecl *ObjCImplementation; member in __anon166de13d0111::ResultBuilder
215 ObjCImplementation(nullptr) { in ResultBuilder()
227 ObjCImplementation = Interface->getImplementation(); in ResultBuilder()
3853 case Decl::ObjCImplementation: in getCursorKindForDecl()
H A DSemaDeclCXX.cpp17646 void Sema::SetIvarInitializers(ObjCImplementationDecl *ObjCImplementation) { in SetIvarInitializers() argument
17649 if (ObjCInterfaceDecl *OID = ObjCImplementation->getClassInterface()) { in SetIvarInitializers()
17663 InitializationKind::CreateDefault(ObjCImplementation->getLocation()); in SetIvarInitializers()
17694 ObjCImplementation->setIvarInitializers(Context, in SetIvarInitializers()
H A DSemaDeclObjC.cpp3815 case Decl::ObjCImplementation: in getObjCContainerKind()
H A DSemaDecl.cpp14346 getCurLexicalContext()->getDeclKind() != Decl::ObjCImplementation) in ActOnStartOfFunctionDef()
17251 case Decl::ObjCImplementation: in ActOnFields()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDecl.cpp83 case Decl::ObjCImplementation: in EmitDecl()
H A DCodeGenModule.cpp5809 case Decl::ObjCImplementation: { in EmitTopLevelDecl()
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp4835 case Decl::ObjCImplementation: { in HandleDeclInMainFile()
H A DRewriteModernObjC.cpp5736 case Decl::ObjCImplementation: { in HandleDeclInMainFile()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h7058 void SetIvarInitializers(ObjCImplementationDecl *ObjCImplementation);