Lines Matching refs:parent_decl_ctx
1112 lldb_private::ConstString name, const CompilerDeclContext &parent_decl_ctx, in FindGlobalVariables() argument
1115 if (!DeclContextMatchesThisSymbolFile(parent_decl_ctx)) in FindGlobalVariables()
1144 if (parent_decl_ctx.IsValid() && in FindGlobalVariables()
1145 GetDeclContextContainingUID(result->getSymIndexId()) != parent_decl_ctx) in FindGlobalVariables()
1309 const lldb_private::CompilerDeclContext &parent_decl_ctx, in FindFunctions() argument
1317 if (!DeclContextMatchesThisSymbolFile(parent_decl_ctx)) in FindFunctions()
1328 auto ResolveFn = [this, &name, parent_decl_ctx, include_inlines, &sc_list, in FindFunctions()
1338 if (parent_decl_ctx.IsValid() && in FindFunctions()
1339 GetDeclContextContainingUID(id) != parent_decl_ctx) in FindFunctions()
1436 lldb_private::ConstString name, const CompilerDeclContext &parent_decl_ctx, in FindTypes() argument
1443 if (!DeclContextMatchesThisSymbolFile(parent_decl_ctx)) in FindTypes()
1450 FindTypesByName(name.GetStringRef(), parent_decl_ctx, max_matches, types); in FindTypes()
1526 const lldb_private::CompilerDeclContext &parent_decl_ctx, in FindTypesByName() argument
1561 if (parent_decl_ctx.IsValid() && in FindTypesByName()
1562 GetDeclContextContainingUID(result->getSymIndexId()) != parent_decl_ctx) in FindTypesByName()
1685 const CompilerDeclContext &parent_decl_ctx) { in FindNamespace() argument
1705 if (parent_decl_ctx) in FindNamespace()
1707 parent_decl_ctx.GetOpaqueDeclContext()); in FindNamespace()