Searched refs:EnsureNotProcessingImport (Results 1 – 5 of 5) sorted by relevance
/external/chromium_org/tools/gn/ |
D | functions_target.cc | 33 if (!EnsureNotProcessingImport(function, scope, err) || in ExecuteGenericTarget() 283 if (!EnsureNotProcessingImport(function, scope, err) || in RunCopy()
|
D | template.cc | 34 if (!EnsureNotProcessingImport(invocation, scope, err)) in Invoke()
|
D | functions.cc | 23 bool EnsureNotProcessingImport(const ParseNode* node, in EnsureNotProcessingImport() function 227 !EnsureNotProcessingImport(function, scope, err)) in RunConfig()
|
D | functions.h | 370 bool EnsureNotProcessingImport(const ParseNode* node,
|
D | function_toolchain.cc | 287 if (!EnsureNotProcessingImport(function, scope, err) || in RunToolchain()
|