/external/lldb/source/Symbol/ |
D | ClangASTContext.cpp | 83 ClangASTContext::ConvertAccessTypeToAccessSpecifier (AccessType access) in ConvertAccessTypeToAccessSpecifier() 268 ClangASTContext::ClangASTContext (const char *target_triple) : in ClangASTContext() function in ClangASTContext 292 ClangASTContext::~ClangASTContext() in ~ClangASTContext() 307 ClangASTContext::Clear() in Clear() 322 ClangASTContext::GetTargetTriple () in GetTargetTriple() 328 ClangASTContext::SetTargetTriple (const char *target_triple) in SetTargetTriple() 335 ClangASTContext::SetArchitecture (const ArchSpec &arch) in SetArchitecture() 341 ClangASTContext::HasExternalSource () in HasExternalSource() 350 ClangASTContext::SetExternalSource (llvm::OwningPtr<ExternalASTSource> &ast_source_ap) in SetExternalSource() 362 ClangASTContext::RemoveExternalSource () in RemoveExternalSource() [all …]
|
D | ClangASTImporter.cpp | 229 if (!ClangASTContext::GetCompleteDecl(decl_origin.ctx, decl_origin.decl)) in CompleteTagDecl() 247 if (!ClangASTContext::GetCompleteDecl(origin_ast_ctx, origin_decl)) in CompleteTagDeclWithOrigin() 274 if (!ClangASTContext::GetCompleteDecl(decl_origin.ctx, decl_origin.decl)) in CompleteObjCInterfaceDecl() 320 return ClangASTContext::GetMetadata(decl_origin.ctx, decl_origin.decl); in GetDeclMetadata() 322 return ClangASTContext::GetMetadata(&decl->getASTContext(), decl); in GetDeclMetadata() 486 ClangASTContext::GetCompleteDecl (m_source_ctx, original_decl); in ExecuteDeportWorkQueues()
|
D | CMakeLists.txt | 5 ClangASTContext.cpp
|
D | SymbolFile.cpp | 85 lldb_private::ClangASTContext &
|
D | Android.mk | 16 ClangASTContext.cpp \
|
D | ClangASTType.cpp | 851 … ClangASTMetadata *metadata = ClangASTContext::GetMetadata (m_ast, cxx_record_decl); in IsPossibleDynamicType() 1700 return ClangASTContext::GetBasicType(m_ast, basic_type); in GetBasicTypeFromAST() 2067 if (ClangASTContext::RecordHasFields(base_class_decl) == false) in GetNumChildren() 2962 if (ClangASTContext::RecordHasFields(base_class_decl) == false) in GetChildClangTypeAtIndex() 3014 … if (ClangASTContext::FieldIsBitfield (m_ast, *field, child_bitfield_bit_size)) in GetChildClangTypeAtIndex() 3121 … if (ClangASTContext::FieldIsBitfield (m_ast, ivar_decl, child_bitfield_bit_size)) in GetChildClangTypeAtIndex() 3380 return ClangASTContext::RecordHasFields(b->getType()->getAsCXXRecordDecl()) == false; in BaseSpecifierIsEmpty() 3432 uint32_t child_idx = ClangASTContext::GetNumBaseClasses (dyn_cast<CXXRecordDecl>(record_decl), in GetIndexForRecordChild() 3513 …child_indexes.push_back (child_idx + ClangASTContext::GetNumBaseClasses (cxx_record_decl, omit_emp… in GetIndexOfChildMemberWithName() 3766 … if (omit_empty_base_classes && ClangASTContext::RecordHasFields(base_class_decl) == false) in GetIndexOfChildWithName() [all …]
|
D | Type.cpp | 548 …ClangASTType void_clang_type (ClangASTContext::GetBasicType(GetClangASTContext().getASTContext(), … in ResolveClangType() 662 ClangASTContext &
|
/external/lldb/include/lldb/Symbol/ |
D | ClangASTContext.h | 35 class ClangASTContext 44 ClangASTContext (const char *triple = NULL); 46 ~ClangASTContext(); 105 return ClangASTContext::GetCompleteDecl(getASTContext(), decl); in GetCompleteDecl() 175 return ClangASTContext::GetUnknownAnyType(getASTContext()); in GetUnknownAnyType() 361 return ClangASTContext::CreateFunctionType(getASTContext(), in CreateFunctionType() 435 ClangASTContext(const ClangASTContext&); 436 const ClangASTContext& operator=(const ClangASTContext&);
|
D | SymbolFile.h | 146 virtual ClangASTContext &
|
/external/lldb/include/lldb/Expression/ |
D | ClangFunction.h | 90 ClangASTContext *ast_context, 627 …ClangASTContext *m_clang_ast_context; ///< This is the clang_ast_context…
|
/external/lldb/source/Plugins/SymbolFile/DWARF/ |
D | SymbolFileDWARF.h | 129 virtual lldb_private::ClangASTContext & 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/Plugins/Process/Utility/ |
D | InferiorCallPOSIX.cpp | 78 … ClangASTContext *clang_ast_context = process->GetTarget().GetScratchClangASTContext(); in InferiorCallMmap() 224 ClangASTContext *clang_ast_context = process->GetTarget().GetScratchClangASTContext(); in InferiorCall()
|
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
D | AppleObjCTypeVendor.h | 53 ClangASTContext m_ast_ctx;
|
D | AppleObjCRuntime.cpp | 96 ClangASTContext *ast_context = target->GetScratchClangASTContext(); in GetObjectDescription() 108 ClangASTContext *ast_context = target->GetScratchClangASTContext(); in GetObjectDescription()
|
D | AppleObjCTrampolineHandler.cpp | 512 ClangASTContext *clang_ast_context = process->GetTarget().GetScratchClangASTContext(); in RefreshTrampolines() 787 … ClangASTContext *clang_ast_context = thread.GetProcess()->GetTarget().GetScratchClangASTContext(); in SetupDispatchFunction() 887 ClangASTContext *clang_ast_context = target_sp->GetScratchClangASTContext(); in GetStepThroughDispatchPlan()
|
/external/lldb/source/Plugins/SymbolFile/Symtab/ |
D | SymbolFileSymtab.cpp | 82 ClangASTContext & 85 ClangASTContext &ast = m_obj_file->GetModule()->GetClangASTContext(); in GetClangASTContext()
|
D | SymbolFileSymtab.h | 134 lldb_private::ClangASTContext &
|
/external/lldb/include/lldb/Core/ |
D | Module.h | 837 ClangASTContext & 1001 ClangASTContext m_ast; ///< The AST context for this module.
|
/external/lldb/source/API/ |
D | SBModule.cpp | 509 …sb_type = SBType (ClangASTContext::GetBasicType (module_sp->GetClangASTContext().getASTContext(), … in FindFirstType() 519 …return SBType (ClangASTContext::GetBasicType (module_sp->GetClangASTContext().getASTContext(), typ… in GetBasicType() 552 …SBType sb_type(ClangASTContext::GetBasicType (module_sp->GetClangASTContext().getASTContext(), nam… in FindTypes()
|
D | SBTarget.cpp | 2154 ClangASTContext *clang_ast = target_sp->GetScratchClangASTContext(); in FindFirstType() 2156 … return SBType (ClangASTContext::GetBasicType (clang_ast->getASTContext(), const_typename)); in FindFirstType() 2167 ClangASTContext *clang_ast = target_sp->GetScratchClangASTContext(); in GetBasicType() 2169 return SBType (ClangASTContext::GetBasicType (clang_ast->getASTContext(), type)); in GetBasicType() 2234 ClangASTContext *clang_ast = target_sp->GetScratchClangASTContext(); in FindTypes() 2236 …sb_type_list.Append (SBType (ClangASTContext::GetBasicType (clang_ast->getASTContext(), const_type… in FindTypes()
|
/external/lldb/source/Expression/ |
D | ClangExpressionDeclMap.cpp | 775 if (ClangASTContext::AreTypesSame(*type, var_sp->GetType()->GetClangFullType())) in FindGlobalVariable() 1157 ClangASTContext *scratch_clang_ast_context = target->GetScratchClangASTContext(); in FindExternalVisibleDecls() 1612 …TypeFromUser user_type (ClangASTContext::GetBasicType(scratch_ast_context, eBasicTypeVoid).GetPoin… in AddOneGenericVariable() 1613 …TypeFromParser parser_type (ClangASTContext::GetBasicType(m_ast_context, eBasicTypeVoid).GetPointe… in AddOneGenericVariable() 1718 ClangASTType clang_type = ClangASTContext::GetBuiltinTypeForEncodingAndBitSize (m_ast_context, in AddOneRegister() 1907 ClangASTType void_clang_type = ClangASTContext::GetBasicType(m_ast_context, eBasicTypeVoid); in CopyClassType() 1910 ClangASTType method_type = ClangASTContext::CreateFunctionType (m_ast_context, in CopyClassType()
|
/external/lldb/source/Commands/ |
D | CommandObjectArgs.cpp | 158 ClangASTContext &ast_context = thread_module_sp->GetClangASTContext(); in DoExecute()
|
/external/lldb/include/lldb/Target/ |
D | Target.h | 961 ClangASTContext * 1197 std::unique_ptr<ClangASTContext> m_scratch_ast_context_ap;
|
/external/lldb/source/Breakpoint/ |
D | Watchpoint.cpp | 56 ClangASTContext *ast_context = target.GetScratchClangASTContext(); in Watchpoint()
|
/external/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ |
D | ItaniumABILanguageRuntime.cpp | 223 if (ClangASTContext::AreTypesSame (in_value.GetClangType(), in GetDynamicTypeAndAddress()
|