Searched refs:global_scope (Results 1 – 3 of 3) sorted by relevance
286 bool global_scope = false; in ParseIdExpression() local288 global_scope = true; in ParseIdExpression()301 return llvm::formatv("{0}{1}{2}", global_scope ? "::" : "", in ParseIdExpression()310 if (global_scope) { in ParseIdExpression()314 return llvm::formatv("{0}{1}", global_scope ? "::" : "", identifier); in ParseIdExpression()
94 | CLCL [ $$ = global_scope; ]106 input: decl_list(global_scope = new_scope(0)) ;204 extern Scope *global_scope;
643 extern Scope *global_scope;1860 { yyval.scope = global_scope; } in YYPARSE_DECL()1879 yyval.scope = global_scope = new_scope(0); in YYPARSE_DECL()