Searched refs:globalScope_ (Results 1 – 2 of 2) sorted by relevance
89 Scope &globalScope() { return globalScope_; } in globalScope()191 Scope globalScope_; variable
210 return globalScope_.MakeNumericType(category, KindExpr{kind}); in MakeNumericType()216 return globalScope_.MakeLogicalType(KindExpr{kind}); in MakeLogicalType()253 if (auto *scope{globalScope_.FindScope(source)}) { in FindScope()