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

  /external/lldb/include/lldb/Symbol/
ClangNamespaceDecl.h 69 GetASTContext() const
ClangASTType.h 241 GetASTContext() const
Type.h 424 GetASTContext();
  /external/lldb/source/API/
SBType.cpp 36 m_opaque_sp(new TypeImpl(ClangASTType(type.GetASTContext(),
72 return (rhs.m_opaque_sp->GetASTContext() == m_opaque_sp->GetASTContext()) &&
82 return (rhs.m_opaque_sp->GetASTContext() != m_opaque_sp->GetASTContext()) ||
240 sb_type_list.Append (SBType(ClangASTType(m_opaque_sp->GetASTContext(), func->getArgType(i).getAsOpaquePtr())));
275 return SBType (ClangASTContext::GetBasicType (m_opaque_sp->GetASTContext(), basic_type));
  /external/lldb/source/DataFormatters/
NSArray.cpp 101 clang::ASTContext *ast = valobj_sp->GetClangType().GetASTContext();
210 clang::ASTContext *ast = valobj_sp->GetClangType().GetASTContext();
CXXFormatterFunctions.cpp 521 clang::ASTContext* ast = valobj.GetClangType().GetASTContext();
609 clang::ASTContext* ast = valobj.GetClangType().GetASTContext();
    [all...]
LibCxxMap.cpp 273 if (m_element_type.GetOpaqueQualType() && m_element_type.GetASTContext())
  /external/lldb/source/Core/
ValueObjectMemory.cpp 100 assert (m_clang_type.GetASTContext());
  /external/lldb/source/Symbol/
Type.cpp 548 ClangASTType void_clang_type (ClangASTContext::GetBasicType(GetClangASTContext().getASTContext(), eBasicTypeVoid));
952 TypeImpl::GetASTContext()
957 return m_clang_ast_type.GetASTContext();
ClangASTContext.cpp 343 ASTContext *ast = getASTContext();
352 ASTContext *ast = getASTContext();
364 ASTContext *ast = getASTContext();
378 ClangASTContext::getASTContext()
539 return ClangASTContext::GetBuiltinTypeForEncodingAndBitSize (getASTContext(), encoding, bit_size);
691 return GetBasicType (getASTContext(), basic_type);
811 ASTContext *ast = getASTContext();
    [all...]
ClangASTType.cpp     [all...]
  /external/lldb/source/Expression/
ClangASTSource.cpp 39 clang::ASTContext *scratch_ast_context = scratch_clang_ast_context->getASTContext();
426 original_ctx = &complete_iface_decl->getASTContext();
822 DeclFromParser <> parser_generic_decl(importer->CopyDecl(&dest_ctx, &this->decl->getASTContext(), this->decl));
837 clang::ASTContext *original_ctx = &original_interface_decl->getASTContext();
886 Decl *copied_decl = ast_importer->CopyDecl(ast_context, &result_method->getASTContext(), result_method);
    [all...]
ClangExpressionDeclMap.cpp 198 ASTContext *context(target->GetScratchClangASTContext()->getASTContext());
201 parser_type.GetASTContext(),
238 ASTContext *context(target->GetScratchClangASTContext()->getASTContext());
241 parser_type.GetASTContext(),
932 &class_decl->getASTContext());
967 QualType class_pointer_type = method_decl->getASTContext().getPointerType(class_qual_type);
970 &method_decl->getASTContext());
    [all...]
  /external/lldb/source/Plugins/ABI/MacOSX-arm/
ABIMacOSX_arm.cpp     [all...]
  /external/lldb/source/Plugins/SymbolFile/DWARF/
SymbolFileDWARF.cpp     [all...]

Completed in 1101 milliseconds