Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCTypeVendor.cpp183 clang::ASTContext *ast_ctx = m_ast_ctx.getASTContext(); in GetDeclForISA() local
192 clang::IdentifierInfo &identifier_info = ast_ctx->Idents.get(name.GetStringRef()); in GetDeclForISA()
194 clang::ObjCInterfaceDecl *new_iface_decl = clang::ObjCInterfaceDecl::Create(*ast_ctx, in GetDeclForISA()
195ast_ctx->getTranslationUnitDecl(), in GetDeclForISA()
207 ast_ctx->getTranslationUnitDecl()->addDecl(new_iface_decl); in GetDeclForISA()
332 clang::ASTContext &ast_ctx(interface_decl->getASTContext()); in BuildMethod() local
354 selector_components.push_back(&ast_ctx.Idents.get(llvm::StringRef(name_cursor))); in BuildMethod()
360 …selector_components.push_back(&ast_ctx.Idents.get(llvm::StringRef(name_cursor, colon_loc - name_cu… in BuildMethod()
365 …clang::Selector sel = ast_ctx.Selectors.getSelector(is_zero_argument ? 0 : selector_components.siz… in BuildMethod()
367 clang::QualType ret_type = BuildType(ast_ctx, m_type_vector[0].c_str()); in BuildMethod()
[all …]