| /NextBSD/contrib/llvm/tools/lldb/source/Symbol/ |
| HD | ClangASTContext.cpp | 84 typedef lldb_private::ThreadSafeDenseMap<clang::ASTContext *, ClangASTContext*> ClangASTMap; 99 ClangASTContext::ConvertAccessTypeToAccessSpecifier (AccessType access) in ConvertAccessTypeToAccessSpecifier() 280 ClangASTContext::ClangASTContext (const char *target_triple) : in ClangASTContext() function in ClangASTContext 304 ClangASTContext::~ClangASTContext() in ~ClangASTContext() 324 ClangASTContext::Clear() in Clear() 339 ClangASTContext::GetTargetTriple () in GetTargetTriple() 345 ClangASTContext::SetTargetTriple (const char *target_triple) in SetTargetTriple() 352 ClangASTContext::SetArchitecture (const ArchSpec &arch) in SetArchitecture() 358 ClangASTContext::HasExternalSource () in HasExternalSource() 367 ClangASTContext::SetExternalSource (llvm::IntrusiveRefCntPtr<ExternalASTSource> &ast_source_ap) in SetExternalSource() [all …]
|
| HD | ClangASTImporter.cpp | 365 if (!ClangASTContext::GetCompleteDecl(decl_origin.ctx, decl_origin.decl)) in CompleteTagDecl() 383 if (!ClangASTContext::GetCompleteDecl(origin_ast_ctx, origin_decl)) in CompleteTagDeclWithOrigin() 410 if (!ClangASTContext::GetCompleteDecl(decl_origin.ctx, decl_origin.decl)) in CompleteObjCInterfaceDecl() 464 return ClangASTContext::GetMetadata(decl_origin.ctx, decl_origin.decl); in GetDeclMetadata() 466 return ClangASTContext::GetMetadata(&decl->getASTContext(), decl); in GetDeclMetadata() 632 ClangASTContext::GetCompleteDecl (m_source_ctx, original_decl); in ExecuteDeportWorkQueues()
|
| HD | SymbolFile.cpp | 85 lldb_private::ClangASTContext &
|
| HD | ClangASTType.cpp | 352 ClangASTMetadata* ast_metadata = ClangASTContext::GetMetadata(m_ast, result_iface_decl); in IsRuntimeGeneratedType() 1045 … ClangASTMetadata *metadata = ClangASTContext::GetMetadata (m_ast, cxx_record_decl); in IsPossibleDynamicType() 2102 return ClangASTContext::GetBasicType(m_ast, basic_type); in GetBasicTypeFromAST() 2535 if (ClangASTContext::RecordHasFields(base_class_decl) == false) in GetNumChildren() 3435 if (ClangASTContext::RecordHasFields(base_class_decl) == false) in GetChildClangTypeAtIndex() 3554 … if (ClangASTContext::FieldIsBitfield (m_ast, *field, child_bitfield_bit_size)) in GetChildClangTypeAtIndex() 3661 … if (ClangASTContext::FieldIsBitfield (m_ast, ivar_decl, child_bitfield_bit_size)) in GetChildClangTypeAtIndex() 3923 return ClangASTContext::RecordHasFields(b->getType()->getAsCXXRecordDecl()) == false; in BaseSpecifierIsEmpty() 3975 …uint32_t child_idx = ClangASTContext::GetNumBaseClasses (llvm::dyn_cast<clang::CXXRecordDecl>(reco… in GetIndexForRecordChild() 4066 …child_indexes.push_back (child_idx + ClangASTContext::GetNumBaseClasses (cxx_record_decl, omit_emp… in GetIndexOfChildMemberWithName() [all …]
|
| /NextBSD/lib/clang/liblldbSymbol/ |
| HD | Makefile.depend | 18 ClangASTContext.o: AttrList.inc.h 19 ClangASTContext.o: Attrs.inc.h 20 ClangASTContext.o: CommentCommandList.inc.h 21 ClangASTContext.o: DeclNodes.inc.h 22 ClangASTContext.o: DiagnosticCommonKinds.inc.h 23 ClangASTContext.o: StmtNodes.inc.h 24 ClangASTContext.po: AttrList.inc.h 25 ClangASTContext.po: Attrs.inc.h 26 ClangASTContext.po: CommentCommandList.inc.h 27 ClangASTContext.po: DeclNodes.inc.h [all …]
|
| HD | Makefile | 9 ClangASTContext.cpp \
|
| /NextBSD/contrib/llvm/tools/lldb/include/lldb/Symbol/ |
| HD | ClangASTContext.h | 38 class ClangASTContext 47 ClangASTContext (const char *triple = NULL); 49 ~ClangASTContext(); 51 static ClangASTContext* 110 return ClangASTContext::GetCompleteDecl(getASTContext(), decl); in GetCompleteDecl() 180 return ClangASTContext::GetUnknownAnyType(getASTContext()); in GetUnknownAnyType() 402 return ClangASTContext::CreateFunctionType(getASTContext(), in CreateFunctionType() 499 ClangASTContext(const ClangASTContext&); 500 const ClangASTContext& operator=(const ClangASTContext&);
|
| HD | SymbolFile.h | 147 virtual ClangASTContext &
|
| /NextBSD/contrib/llvm/tools/lldb/source/DataFormatters/ |
| HD | CoreMedia.cpp | 24 … ClangASTContext *ast_ctx = ClangASTContext::GetASTContext(valobj.GetClangType().GetASTContext()); in CMTimeSummaryProvider()
|
| HD | NSIndexPath.cpp | 52 m_ast_ctx = ClangASTContext::GetASTContext(m_backend.GetClangType().GetASTContext()); in Update() 324 ClangASTContext* m_ast_ctx;
|
| HD | VectorType.cpp | 26 ClangASTContext *ast_ctx) in GetClangTypeForFormat() 235 …_child_type = ::GetClangTypeForFormat(m_parent_format, element_type, ClangASTContext::GetASTContex… in Update()
|
| /NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/ |
| HD | InferiorCallPOSIX.cpp | 95 … ClangASTContext *clang_ast_context = process->GetTarget().GetScratchClangASTContext(); in InferiorCallMmap() 237 ClangASTContext *clang_ast_context = process->GetTarget().GetScratchClangASTContext(); in InferiorCall()
|
| /NextBSD/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/Symtab/ |
| HD | SymbolFileSymtab.cpp | 82 ClangASTContext & 85 ClangASTContext &ast = m_obj_file->GetModule()->GetClangASTContext(); in GetClangASTContext()
|
| HD | SymbolFileSymtab.h | 137 lldb_private::ClangASTContext &
|
| /NextBSD/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/ |
| HD | SymbolFileDWARF.h | 131 virtual lldb_private::ClangASTContext & 515 … lldb_private::ClangASTContext::TemplateParameterInfos &template_param_infos); 520 lldb_private::ClangASTContext::TemplateParameterInfos &template_param_infos); 527 … const lldb_private::ClangASTContext::TemplateParameterInfos &template_param_infos);
|
| /NextBSD/contrib/llvm/tools/lldb/source/API/ |
| HD | SBModule.cpp | 524 …sb_type = SBType (ClangASTContext::GetBasicType (module_sp->GetClangASTContext().getASTContext(), … in FindFirstType() 534 …return SBType (ClangASTContext::GetBasicType (module_sp->GetClangASTContext().getASTContext(), typ… in GetBasicType() 567 …SBType sb_type(ClangASTContext::GetBasicType (module_sp->GetClangASTContext().getASTContext(), nam… in FindTypes()
|
| HD | SBTarget.cpp | 1809 if (ClangASTType type = ClangASTContext::GetTypeForDecl(decls[0])) in FindFirstType() 1819 ClangASTContext *clang_ast = target_sp->GetScratchClangASTContext(); in FindFirstType() 1821 … return SBType (ClangASTContext::GetBasicType (clang_ast->getASTContext(), const_typename)); in FindFirstType() 1832 ClangASTContext *clang_ast = target_sp->GetScratchClangASTContext(); in GetBasicType() 1834 return SBType (ClangASTContext::GetBasicType (clang_ast->getASTContext(), type)); in GetBasicType() 1889 if (ClangASTType type = ClangASTContext::GetTypeForDecl(decl)) in FindTypes() 1902 ClangASTContext *clang_ast = target_sp->GetScratchClangASTContext(); in FindTypes() 1904 …sb_type_list.Append (SBType (ClangASTContext::GetBasicType (clang_ast->getASTContext(), const_type… in FindTypes()
|
| /NextBSD/contrib/llvm/tools/lldb/include/lldb/Expression/ |
| HD | ClangFunction.h | 91 ClangASTContext *ast_context,
|
| /NextBSD/contrib/llvm/tools/lldb/include/lldb/Target/ |
| HD | ObjCLanguageRuntime.h | 284 …virtual ClangASTType RealizeType (ClangASTContext& ast_ctx, const char* name, bool for_expression); 292 std::unique_ptr<ClangASTContext> m_scratch_ast_ctx_ap;
|
| /NextBSD/contrib/llvm/tools/lldb/source/Expression/ |
| HD | ClangExpressionDeclMap.cpp | 885 if (ClangASTContext::AreTypesSame(*type, var_sp->GetType()->GetClangFullType())) in FindGlobalVariable() 1266 ClangASTContext *scratch_clang_ast_context = target->GetScratchClangASTContext(); in FindExternalVisibleDecls() 1827 …TypeFromUser user_type (ClangASTContext::GetBasicType(scratch_ast_context, eBasicTypeVoid).GetPoin… in AddOneGenericVariable() 1828 …TypeFromParser parser_type (ClangASTContext::GetBasicType(m_ast_context, eBasicTypeVoid).GetPointe… in AddOneGenericVariable() 1933 ClangASTType clang_type = ClangASTContext::GetBuiltinTypeForEncodingAndBitSize (m_ast_context, in AddOneRegister() 2122 ClangASTType void_clang_type = ClangASTContext::GetBasicType(m_ast_context, eBasicTypeVoid); in CopyClassType() 2125 ClangASTType method_type = ClangASTContext::CreateFunctionType (m_ast_context, in CopyClassType()
|
| /NextBSD/contrib/llvm/tools/lldb/source/Commands/ |
| HD | CommandObjectArgs.cpp | 152 ClangASTContext &ast_context = thread_module_sp->GetClangASTContext(); in DoExecute()
|
| /NextBSD/contrib/llvm/tools/lldb/source/Core/ |
| HD | Module.cpp | 149 m_ast (new ClangASTContext), in Module() 253 m_ast (new ClangASTContext), in Module() 299 m_ast (new ClangASTContext), in Module() 416 ClangASTContext &
|
| /NextBSD/contrib/llvm/tools/lldb/include/lldb/ |
| HD | lldb-forward.h | 47 class ClangASTContext; variable 302 typedef std::unique_ptr<lldb_private::ClangASTContext> ClangASTContextUP;
|
| /NextBSD/contrib/llvm/tools/lldb/include/lldb/Core/ |
| HD | Module.h | 946 ClangASTContext &
|
| /NextBSD/contrib/llvm/tools/lldb/source/Breakpoint/ |
| HD | Watchpoint.cpp | 56 ClangASTContext *ast_context = target.GetScratchClangASTContext(); in Watchpoint()
|