Lines Matching refs:parent_decl_ctx

2130     ConstString name, const CompilerDeclContext &parent_decl_ctx,  in FindGlobalVariables()  argument
2140 name.GetCString(), static_cast<const void *>(&parent_decl_ctx), in FindGlobalVariables()
2143 if (!DeclContextMatchesThisSymbolFile(parent_decl_ctx)) in FindGlobalVariables()
2176 if (parent_decl_ctx) { in FindGlobalVariables()
2181 actual_parent_decl_ctx != parent_decl_ctx) in FindGlobalVariables()
2206 name.GetCString(), static_cast<const void *>(&parent_decl_ctx), in FindGlobalVariables()
2315 const CompilerDeclContext &parent_decl_ctx, in FindFunctions() argument
2337 if (!DeclContextMatchesThisSymbolFile(parent_decl_ctx)) in FindFunctions()
2351 m_index->GetFunctions(name, *this, parent_decl_ctx, name_type_mask, in FindFunctions()
2416 ConstString name, const CompilerDeclContext &parent_decl_ctx, in FindTypes() argument
2428 if (parent_decl_ctx) in FindTypes()
2433 name.GetCString(), static_cast<const void *>(&parent_decl_ctx), in FindTypes()
2434 parent_decl_ctx.GetName().AsCString("<NULL>"), max_matches); in FindTypes()
2443 if (!DeclContextMatchesThisSymbolFile(parent_decl_ctx)) in FindTypes()
2447 if (!DIEInDeclContext(parent_decl_ctx, die)) in FindTypes()
2469 sym_file->FindTypes(name, parent_decl_ctx, max_matches, in FindTypes()
2474 if (parent_decl_ctx) { in FindTypes()
2479 name.GetCString(), static_cast<const void *>(&parent_decl_ctx), in FindTypes()
2480 parent_decl_ctx.GetName().AsCString("<NULL>"), max_matches, in FindTypes()
2538 const CompilerDeclContext &parent_decl_ctx) { in FindNamespace() argument
2550 if (!DeclContextMatchesThisSymbolFile(parent_decl_ctx)) in FindNamespace()
2554 if (!DIEInDeclContext(parent_decl_ctx, die)) in FindNamespace()