HomeSort by relevance Sort by last modified time
    Searched refs:EnsureNotProcessingImport (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/tools/gn/
functions_target.cc 23 if (!EnsureNotProcessingImport(function, scope, err) ||
74 if (!EnsureNotProcessingImport(function, scope, err))
100 if (!EnsureNotProcessingImport(function, scope, err) ||
functions.cc 39 if (!EnsureNotProcessingImport(invocation, scope, err))
64 bool EnsureNotProcessingImport(const ParseNode* node,
203 !EnsureNotProcessingImport(function, scope, err))
319 !EnsureNotProcessingImport(function, scope, err))
function_toolchain.cc 47 if (!EnsureNotProcessingImport(function, scope, err) ||
functions.h 257 bool EnsureNotProcessingImport(const ParseNode* node,
261 // Like EnsureNotProcessingImport but checks for running the build config.

Completed in 2066 milliseconds