Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARF.cpp3424 …clang::DeclContext *containing_decl_ctx = GetClangDeclContextContainingDIEOffset(die->GetOffset()); in FunctionDieMatchesPartialName() local
3425 if (!containing_decl_ctx) in FunctionDieMatchesPartialName()
3428 bool is_cxx_method = DeclKindIsCXXClass(containing_decl_ctx->getDeclKind()); in FunctionDieMatchesPartialName()
4140 clang::DeclContext *containing_decl_ctx, in ParseChildParameters() argument
4227 if (DeclKindIsCXXClass(containing_decl_ctx->getDeclKind())) in ParseChildParameters()
4550 … clang::DeclContext *containing_decl_ctx = GetClangDeclContextContainingDIE (dwarf_cu, die, NULL); in ResolveNamespaceDIE() local
4551 …ce_decl = GetClangASTContext().GetUniqueNamespaceDeclaration (namespace_name, containing_decl_ctx); in ResolveNamespaceDIE()
6488 …clang::DeclContext *containing_decl_ctx = GetClangDeclContextContainingDIE (dwarf_cu, die, &decl_c… in ParseType() local
6489 … const clang::Decl::Kind containing_decl_kind = containing_decl_ctx->getDeclKind(); in ParseType()
6502 containing_decl_ctx, in ParseType()
[all …]
DSymbolFileDWARF.h362 clang::DeclContext *containing_decl_ctx,