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

/external/clang/lib/Serialization/
H A DASTCommon.cpp127 case Decl::ObjCImplementation:
199 case Decl::ObjCImplementation:
/external/clang/lib/Frontend/
H A DASTConsumers.cpp240 case Decl::ObjCImplementation:
385 case Decl::ObjCImplementation:
/external/clang/lib/Index/
H A DUSRGeneration.cpp337 case Decl::ObjCImplementation:
/external/clang/lib/AST/
H A DDeclBase.cpp587 case ObjCImplementation:
914 case Decl::ObjCImplementation:
H A DDeclObjC.cpp1456 case ObjCImplementation:
H A DDecl.cpp1210 case Decl::ObjCImplementation:
/external/clang/include/clang/AST/
H A DDeclObjC.h2014 : ObjCImplDecl(ObjCImplementation, DC, classInterface, nameLoc, atStartLoc),
2133 static bool classofKind(Kind K) { return K == ObjCImplementation; }
H A DDeclBase.h1126 case Decl::ObjCImplementation:
/external/clang/lib/CodeGen/
H A DCGDecl.cpp67 case Decl::ObjCImplementation:
H A DCodeGenModule.cpp3164 case Decl::ObjCImplementation: {
/external/clang/lib/Sema/
H A DSemaCodeComplete.cpp165 ObjCImplementationDecl *ObjCImplementation; member in class:__anon18020::ResultBuilder
180 ObjCImplementation(nullptr)
193 ObjCImplementation = Interface->getImplementation();
2920 case Decl::ObjCImplementation: return CXCursor_ObjCImplementationDecl;
H A DSemaPseudoObject.cpp648 S.getCurLexicalContext()->getDeclKind() != Decl::ObjCImplementation) {
H A DSemaDeclCXX.cpp12697 void Sema::SetIvarInitializers(ObjCImplementationDecl *ObjCImplementation) { argument
12700 if (ObjCInterfaceDecl *OID = ObjCImplementation->getClassInterface()) {
12714 InitializationKind::CreateDefault(ObjCImplementation->getLocation());
12745 ObjCImplementation->setIvarInitializers(Context,
H A DSemaDeclObjC.cpp2535 case Decl::ObjCImplementation:
H A DSemaDecl.cpp9999 getCurLexicalContext()->getDeclKind() != Decl::ObjCImplementation)
12237 case Decl::ObjCImplementation:
/external/clang/tools/libclang/
H A DCIndex.cpp4738 case Decl::ObjCImplementation:
6024 case Decl::ObjCImplementation:
/external/clang/include/clang/Sema/
H A DSema.h4855 void SetIvarInitializers(ObjCImplementationDecl *ObjCImplementation);
/external/clang/lib/Rewrite/Frontend/
H A DRewriteModernObjC.cpp5875 case Decl::ObjCImplementation: {
H A DRewriteObjC.cpp4891 case Decl::ObjCImplementation: {

Completed in 388 milliseconds