Home
last modified time | relevance | path

Searched refs:IsProcessingImport (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/tools/gn/
Dscope.h256 bool IsProcessingImport() const;
Dscope.cc421 bool Scope::IsProcessingImport() const { in IsProcessingImport() function in Scope
425 return containing()->IsProcessingImport(); in IsProcessingImport()
Dfunctions.cc26 if (scope->IsProcessingImport()) { in EnsureNotProcessingImport()