Searched refs:ScopePerFileProvider (Results 1 – 4 of 4) sorted by relevance
13 ScopePerFileProvider::ScopePerFileProvider(Scope* scope) in ScopePerFileProvider() function in ScopePerFileProvider17 ScopePerFileProvider::~ScopePerFileProvider() { in ~ScopePerFileProvider()20 const Value* ScopePerFileProvider::GetProgrammaticValue( in GetProgrammaticValue()42 const Value* ScopePerFileProvider::GetCurrentToolchain() { in GetCurrentToolchain()50 const Value* ScopePerFileProvider::GetDefaultToolchain() { in GetDefaultToolchain()59 const Value* ScopePerFileProvider::GetPythonPath() { in GetPythonPath()67 const Value* ScopePerFileProvider::GetRootBuildDir() { in GetRootBuildDir()75 const Value* ScopePerFileProvider::GetRootGenDir() { in GetRootGenDir()83 const Value* ScopePerFileProvider::GetRootOutDir() { in GetRootOutDir()91 const Value* ScopePerFileProvider::GetTargetGenDir() { in GetTargetGenDir()[all …]
15 class ScopePerFileProvider : public Scope::ProgrammaticProvider {17 ScopePerFileProvider(Scope* scope);18 virtual ~ScopePerFileProvider();44 DISALLOW_COPY_AND_ASSIGN(ScopePerFileProvider);
13 TEST(ScopePerFileProvider, Expected) { in TEST() argument23 ScopePerFileProvider provider(&scope); in TEST()44 ScopePerFileProvider provider(&scope); in TEST()
247 ScopePerFileProvider per_file_provider(&our_scope); in BackgroundLoadFile()