Searched refs:GetProgrammaticValue (Results 1 – 5 of 5) sorted by relevance
17 #define GPV(val) provider.GetProgrammaticValue(val)->string_value() in TEST()35 EXPECT_GE(provider.GetProgrammaticValue(variables::kGnVersion)->int_value(), in TEST()
24 const Value* GetProgrammaticValue(std::string_view ident) override;
22 const Value* ScopePerFileProvider::GetProgrammaticValue( in GetProgrammaticValue() function in ScopePerFileProvider
61 virtual const Value* GetProgrammaticValue(std::string_view ident) = 0;
87 const Value* v = provider->GetProgrammaticValue(ident); in GetValueWithScope()