HomeSort by relevance Sort by last modified time
    Searched refs:ast_context (Results 1 - 16 of 16) sorted by null

  /external/lldb/include/lldb/Symbol/
TaggedASTType.h 28 TaggedASTType (lldb::clang_type_t type, clang::ASTContext *ast_context) :
29 ClangASTType(ast_context, type)
ClangASTType.h 62 ClangASTType (clang::ASTContext *ast_context, lldb::clang_type_t type) :
64 m_ast (ast_context)
68 ClangASTType (clang::ASTContext *ast_context, clang::QualType qual_type);
  /external/lldb/source/Commands/
CommandObjectArgs.cpp 158 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/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
AppleObjCRuntime.cpp 96 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/v8/src/compiler/
ast-graph-builder.cc 237 : kind_(kind), owner_(own), outer_(own->ast_context()) {
811 ast_context()->ProduceValue(value);
836 ast_context()->ReplaceValue();
842 ast_context()->ProduceValue(value);
848 ast_context()->ProduceValue(value);
864 ast_context()->ProduceValue(literal);
    [all...]
ast-graph-builder.h 47 AstContext* ast_context() const { return ast_context_; } function in class:v8::internal::compiler::AstGraphBuilder
  /external/lldb/include/lldb/Expression/
ClangASTSource.h 75 void InstallASTContext (clang::ASTContext *ast_context)
77 m_ast_context = ast_context;
78 m_ast_importer->InstallMapCompleter(ast_context, *this);
ClangFunction.h 81 /// @param[in] ast_context
90 ClangASTContext *ast_context,
100 /// @param[in] ast_context
105 /// defined in ast_context.
  /external/v8/src/
hydrogen.cc     [all...]
hydrogen.h 2163 AstContext* ast_context() const { return ast_context_; } function in class:v8::internal::HOptimizedGraphBuilder
    [all...]
  /external/lldb/source/Expression/
ClangExpressionParser.cpp 352 std::unique_ptr<clang::ASTContext> ast_context(new ASTContext(m_compiler->getLangOpts(),
365 decl_map->InstallASTContext(ast_context.get());
366 ast_context->setExternalSource(ast_source);
369 m_compiler->setASTContext(ast_context.release());
ClangFunction.cpp 77 ClangASTContext *ast_context,
83 m_clang_ast_context (ast_context),
ClangASTSource.cpp 832 clang::ASTContext *ast_context,
886 Decl *copied_decl = ast_importer->CopyDecl(ast_context, &result_method->getASTContext(), result_method);
    [all...]
ClangExpressionDeclMap.cpp     [all...]
  /external/lldb/source/Breakpoint/
Watchpoint.cpp 56 ClangASTContext *ast_context = target.GetScratchClangASTContext(); local
57 m_type = ast_context->GetBuiltinTypeForEncodingAndBitSize(eEncodingUint, 8 * size);
  /external/lldb/source/Plugins/ABI/MacOSX-arm/
ABIMacOSX_arm.cpp     [all...]

Completed in 288 milliseconds