Home
last modified time | relevance | path

Searched refs:containing_decl_ctx (Results 1 – 2 of 2) sorted by relevance

/trueos/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
HDSymbolFileDWARF.cpp3472 …clang::DeclContext *containing_decl_ctx = GetClangDeclContextContainingDIEOffset(die->GetOffset()); in FunctionDieMatchesPartialName() local
3473 if (!containing_decl_ctx) in FunctionDieMatchesPartialName()
3476 bool is_cxx_method = DeclKindIsCXXClass(containing_decl_ctx->getDeclKind()); in FunctionDieMatchesPartialName()
4197 clang::DeclContext *containing_decl_ctx, in ParseChildParameters() argument
4285 if (DeclKindIsCXXClass(containing_decl_ctx->getDeclKind())) in ParseChildParameters()
4612 … clang::DeclContext *containing_decl_ctx = GetClangDeclContextContainingDIE (dwarf_cu, die, NULL); in ResolveNamespaceDIE() local
4613 …ce_decl = GetClangASTContext().GetUniqueNamespaceDeclaration (namespace_name, containing_decl_ctx); in ResolveNamespaceDIE()
6578 …clang::DeclContext *containing_decl_ctx = GetClangDeclContextContainingDIE (dwarf_cu, die, &decl_c… in ParseType() local
6579 … const clang::Decl::Kind containing_decl_kind = containing_decl_ctx->getDeclKind(); in ParseType()
6592 containing_decl_ctx, in ParseType()
[all …]
HDSymbolFileDWARF.h362 clang::DeclContext *containing_decl_ctx,