Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/ValueObject/
H A DDILParser.cpp286 bool global_scope = false; in ParseIdExpression() local
288 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()
/freebsd/contrib/byacc/test/
H A Dbtyacc_demo.y94 | CLCL [ $$ = global_scope; ]
106 input: decl_list(global_scope = new_scope(0)) ;
204 extern Scope *global_scope;
/freebsd/contrib/byacc/test/btyacc/
H A Dbtyacc_demo.tab.c643 extern Scope *global_scope;
1860 { yyval.scope = global_scope; } in YYPARSE_DECL()
1879 yyval.scope = global_scope = new_scope(0); in YYPARSE_DECL()