Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp1206 clang::DeclContext *containing_decl_ctx = in ParseSubroutine() local
1209 containing_decl_ctx->getDeclKind(); in ParseSubroutine()
1221 ParseChildParameters(containing_decl_ctx, die, skip_artificial, is_static, in ParseSubroutine()
1307 : containing_decl_ctx, in ParseSubroutine()
1317 : containing_decl_ctx, in ParseSubroutine()
1322 containing_decl_ctx, GetOwningClangModule(die), in ParseSubroutine()
1761 clang::DeclContext *containing_decl_ctx = in ParseStructureLikeDIE() local
1765 containing_decl_ctx, die, in ParseStructureLikeDIE()
1768 if (attrs.accessibility == eAccessNone && containing_decl_ctx) { in ParseStructureLikeDIE()
1772 containing_decl_ctx->getDeclKind(); in ParseStructureLikeDIE()
[all …]
H A DDWARFASTParserClang.h190 ParseChildParameters(clang::DeclContext *containing_decl_ctx,