Searched refs:ClangASTContext (Results 1 - 25 of 39) sorted by relevance

12

/external/lldb/source/Symbol/
H A DClangASTContext.cpp1 //===-- ClangASTContext.cpp -------------------------------------*- C++ -*-===//
10 #include "lldb/Symbol/ClangASTContext.h"
83 ClangASTContext::ConvertAccessTypeToAccessSpecifier (AccessType access)
268 ClangASTContext::ClangASTContext (const char *target_triple) : function in class:ClangASTContext
292 ClangASTContext::~ClangASTContext()
307 ClangASTContext::Clear()
322 ClangASTContext::GetTargetTriple ()
328 ClangASTContext
[all...]
H A DAndroid.mk16 ClangASTContext.cpp \
H A DSymbolFile.cpp85 lldb_private::ClangASTContext &
H A DClangASTImporter.cpp16 #include "lldb/Symbol/ClangASTContext.h"
229 if (!ClangASTContext::GetCompleteDecl(decl_origin.ctx, decl_origin.decl))
247 if (!ClangASTContext::GetCompleteDecl(origin_ast_ctx, origin_decl))
274 if (!ClangASTContext::GetCompleteDecl(decl_origin.ctx, decl_origin.decl))
320 return ClangASTContext::GetMetadata(decl_origin.ctx, decl_origin.decl);
322 return ClangASTContext::GetMetadata(&decl->getASTContext(), decl);
486 ClangASTContext::GetCompleteDecl (m_source_ctx, original_decl);
H A DClangASTType.cpp42 #include "lldb/Symbol/ClangASTContext.h"
851 ClangASTMetadata *metadata = ClangASTContext::GetMetadata (m_ast, cxx_record_decl);
1700 return ClangASTContext::GetBasicType(m_ast, basic_type);
2067 if (ClangASTContext::RecordHasFields(base_class_decl) == false)
2962 if (ClangASTContext::RecordHasFields(base_class_decl) == false)
3014 if (ClangASTContext::FieldIsBitfield (m_ast, *field, child_bitfield_bit_size))
3121 if (ClangASTContext::FieldIsBitfield (m_ast, ivar_decl, child_bitfield_bit_size))
3380 return ClangASTContext::RecordHasFields(b->getType()->getAsCXXRecordDecl()) == false;
3432 uint32_t child_idx = ClangASTContext::GetNumBaseClasses (dyn_cast<CXXRecordDecl>(record_decl),
3513 child_indexes.push_back (child_idx + ClangASTContext
[all...]
H A DType.cpp19 #include "lldb/Symbol/ClangASTContext.h"
548 ClangASTType void_clang_type (ClangASTContext::GetBasicType(GetClangASTContext().getASTContext(), eBasicTypeVoid));
662 ClangASTContext &
/external/lldb/include/lldb/Symbol/
H A DClangASTContext.h1 //===-- ClangASTContext.h ---------------------------------------*- C++ -*-===//
35 class ClangASTContext class in namespace:lldb_private
44 ClangASTContext (const char *triple = NULL);
46 ~ClangASTContext();
105 return ClangASTContext::GetCompleteDecl(getASTContext(), decl);
175 return ClangASTContext::GetUnknownAnyType(getASTContext());
324 // Returns a mask containing bits from the ClangASTContext::eTypeXXX enumerations
361 return ClangASTContext::CreateFunctionType(getASTContext(),
412 // Classes that inherit from ClangASTContext can see and modify these
433 // For ClangASTContext onl
[all...]
H A DSymbolFile.h146 virtual ClangASTContext &
H A DType.h244 ClangASTContext &
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTypeVendor.h22 #include "lldb/Symbol/ClangASTContext.h"
53 ClangASTContext m_ast_ctx;
H A DAppleObjCRuntime.cpp27 #include "lldb/Symbol/ClangASTContext.h"
96 ClangASTContext *ast_context = target->GetScratchClangASTContext();
108 ClangASTContext *ast_context = target->GetScratchClangASTContext();
/external/lldb/include/lldb/Expression/
H A DClangFunction.h90 ClangASTContext *ast_context,
627 ClangASTContext *m_clang_ast_context; ///< This is the clang_ast_context that we're getting types from the and value, and the function return the function pointer is NULL.
/external/lldb/include/lldb/Core/
H A DModule.h18 #include "lldb/Symbol/ClangASTContext.h"
837 ClangASTContext &
1001 ClangASTContext m_ast; ///< The AST context for this module.
/external/lldb/source/Plugins/Process/Utility/
H A DInferiorCallPOSIX.cpp14 #include "lldb/Symbol/ClangASTContext.h"
78 ClangASTContext *clang_ast_context = process->GetTarget().GetScratchClangASTContext();
224 ClangASTContext *clang_ast_context = process->GetTarget().GetScratchClangASTContext();
/external/lldb/source/Plugins/SymbolFile/Symtab/
H A DSymbolFileSymtab.cpp82 ClangASTContext &
85 ClangASTContext &ast = m_obj_file->GetModule()->GetClangASTContext();
H A DSymbolFileSymtab.h134 lldb_private::ClangASTContext &
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.h34 #include "lldb/Symbol/ClangASTContext.h"
129 virtual lldb_private::ClangASTContext &
139 // ClangASTContext callbacks for external source lookups.
371 lldb_private::ClangASTContext::TemplateParameterInfos &template_param_infos);
518 lldb_private::ClangASTContext::TemplateParameterInfos &template_param_infos);
523 lldb_private::ClangASTContext::TemplateParameterInfos &template_param_infos);
530 const lldb_private::ClangASTContext::TemplateParameterInfos &template_param_infos);
/external/lldb/source/API/
H A DSBModule.cpp509 sb_type = SBType (ClangASTContext::GetBasicType (module_sp->GetClangASTContext().getASTContext(), name));
519 return SBType (ClangASTContext::GetBasicType (module_sp->GetClangASTContext().getASTContext(), type));
552 SBType sb_type(ClangASTContext::GetBasicType (module_sp->GetClangASTContext().getASTContext(), name));
H A DSBTarget.cpp2154 ClangASTContext *clang_ast = target_sp->GetScratchClangASTContext();
2156 return SBType (ClangASTContext::GetBasicType (clang_ast->getASTContext(), const_typename));
2167 ClangASTContext *clang_ast = target_sp->GetScratchClangASTContext();
2169 return SBType (ClangASTContext::GetBasicType (clang_ast->getASTContext(), type));
2234 ClangASTContext *clang_ast = target_sp->GetScratchClangASTContext();
2236 sb_type_list.Append (SBType (ClangASTContext::GetBasicType (clang_ast->getASTContext(), const_typename)));
/external/lldb/source/Commands/
H A DCommandObjectArgs.cpp158 ClangASTContext &ast_context = thread_module_sp->GetClangASTContext();
/external/lldb/source/DataFormatters/
H A DCXXFormatterFunctions.cpp22 #include "lldb/Symbol/ClangASTContext.h"
526 ClangASTType wchar_clang_type = ClangASTContext::GetBasicType(ast, lldb::eBasicTypeWChar);
614 ClangASTType wchar_clang_type = ClangASTContext::GetBasicType(ast, lldb::eBasicTypeWChar);
/external/lldb/source/Expression/
H A DClangExpressionDeclMap.cpp32 #include "lldb/Symbol/ClangASTContext.h"
775 if (ClangASTContext::AreTypesSame(*type, var_sp->GetType()->GetClangFullType()))
1157 ClangASTContext *scratch_clang_ast_context = target->GetScratchClangASTContext();
1612 TypeFromUser user_type (ClangASTContext::GetBasicType(scratch_ast_context, eBasicTypeVoid).GetPointerType().GetLValueReferenceType());
1613 TypeFromParser parser_type (ClangASTContext::GetBasicType(m_ast_context, eBasicTypeVoid).GetPointerType().GetLValueReferenceType());
1718 ClangASTType clang_type = ClangASTContext::GetBuiltinTypeForEncodingAndBitSize (m_ast_context,
1907 ClangASTType void_clang_type = ClangASTContext::GetBasicType(m_ast_context, eBasicTypeVoid);
1910 ClangASTType method_type = ClangASTContext::CreateFunctionType (m_ast_context,
/external/lldb/include/lldb/Target/
H A DTarget.h961 ClangASTContext *
1197 std::unique_ptr<ClangASTContext> m_scratch_ast_context_ap;
/external/lldb/source/Breakpoint/
H A DWatchpoint.cpp21 #include "lldb/Symbol/ClangASTContext.h"
56 ClangASTContext *ast_context = target.GetScratchClangASTContext();
/external/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp21 #include "lldb/Symbol/ClangASTContext.h"
223 if (ClangASTContext::AreTypesSame (in_value.GetClangType(),

Completed in 243 milliseconds

12