Home | History | Annotate | Download | only in gn

Lines Matching refs:Err

7 #include "tools/gn/err.h"
31 Err* err) const {
34 if (!EnsureNotProcessingImport(invocation, scope, err))
42 block, args, invocation_scope.get(), err))
44 block->ExecuteBlockInScope(invocation_scope.get(), err);
45 if (err->has_error())
83 definition_->block()->ExecuteBlockInScope(&template_scope, err);
84 if (err->has_error()) {
87 err->AppendSubErr(Err(invocation, "whence it was called."));
101 if (!invoker_value->scope_value()->CheckForUnusedVars(err))
106 if (!template_scope.CheckForUnusedVars(err))