Searched defs:ast_context (Results 1 - 11 of 11) sorted by relevance

/external/lldb/include/lldb/Symbol/
H A DTaggedASTType.h28 TaggedASTType (lldb::clang_type_t type, clang::ASTContext *ast_context) : argument
29 ClangASTType(ast_context, type)
H A DClangASTType.h62 ClangASTType (clang::ASTContext *ast_context, lldb::clang_type_t type) : argument
64 m_ast (ast_context)
68 ClangASTType (clang::ASTContext *ast_context, clang::QualType qual_type);
/external/lldb/source/Commands/
H A DCommandObjectArgs.cpp158 ClangASTContext &ast_context = thread_module_sp->GetClangASTContext(); local
210 clang_type = ast_context.GetBuiltinTypeForEncodingAndBitSize(encoding, width);
226 clang_type = ast_context.GetBasicType(eBasicTypeVoid).GetPointerType();
228 clang_type = ast_context.GetCStringType (false);
/external/lldb/source/Expression/
H A DClangFunction.cpp77 ClangASTContext *ast_context,
83 m_clang_ast_context (ast_context),
73 ClangFunction( ExecutionContextScope &exe_scope, Function &function, ClangASTContext *ast_context, const ValueList &arg_value_list ) argument
H A DClangExpressionDeclMap.cpp1360 ASTContext *ast_context,
1389 QualType generic_function_type = ast_context->getFunctionNoProtoType(ast_context->UnknownAnyTy);
1390 QualType block_pointer_type = ast_context->getBlockPointerType(generic_function_type);
1358 MaybePromoteToBlockPointerType( ASTContext *ast_context, clang_type_t candidate_type ) argument
H A DClangASTSource.cpp832 clang::ASTContext *ast_context,
886 Decl *copied_decl = ast_importer->CopyDecl(ast_context, &result_method->getASTContext(), result_method);
1195 clang::ASTContext &ast_context,
1214 DeclFromParser<ObjCPropertyDecl> parser_property_decl(origin_property_decl.Import(ast_importer, ast_context));
1232 DeclFromParser<ObjCIvarDecl> parser_ivar_decl(origin_ivar_decl.Import(ast_importer, ast_context));
829 FindObjCMethodDeclsWithOrigin(unsigned int current_id, NameSearchContext &context, ObjCInterfaceDecl *original_interface_decl, clang::ASTContext *ast_context, ClangASTImporter *ast_importer, const char *log_info) argument
1193 FindObjCPropertyAndIvarDeclsWithOrigin(unsigned int current_id, NameSearchContext &context, clang::ASTContext &ast_context, ClangASTImporter *ast_importer, DeclFromUser<const ObjCInterfaceDecl> &origin_iface_decl) argument
/external/lldb/include/lldb/Expression/
H A DClangASTSource.h75 void InstallASTContext (clang::ASTContext *ast_context) argument
77 m_ast_context = ast_context;
78 m_ast_importer->InstallMapCompleter(ast_context, *this);
/external/lldb/source/Breakpoint/
H A DWatchpoint.cpp56 ClangASTContext *ast_context = target.GetScratchClangASTContext(); local
57 m_type = ast_context->GetBuiltinTypeForEncodingAndBitSize(eEncodingUint, 8 * size);
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp96 ClangASTContext *ast_context = target->GetScratchClangASTContext(); local
97 ClangASTType opaque_type = ast_context->GetBasicType(eBasicTypeObjCID);
99 opaque_type = ast_context->GetBasicType(eBasicTypeVoid).GetPointerType();
108 ClangASTContext *ast_context = target->GetScratchClangASTContext(); local
110 ClangASTType return_clang_type = ast_context->GetCStringType(true);
/external/chromium_org/v8/src/compiler/
H A Dast-graph-builder.h47 AstContext* ast_context() const { return ast_context_; } function in class:v8::internal::compiler::AstGraphBuilder
/external/chromium_org/v8/src/
H A Dhydrogen.h2163 AstContext* ast_context() const { return ast_context_; } function in class:v8::internal::HOptimizedGraphBuilder

Completed in 570 milliseconds