Searched refs:getGlobalScope (Results 1 – 14 of 14) sorted by relevance
111 else if ( grammar.getGlobalScope(ruleName)!=null ) { in checkForRuleDefinitionProblems()224 if ( grammar.getGlobalScope(label.getText())!=null ) { in checkForLabelConflict()
1747 public AttributeScope getGlobalScope(String name) { in getGlobalScope() method in Grammar
34 std::unique_ptr<PDBSymbolExe> getGlobalScope() const override;
103 VariableScope& getGlobalScope (void) { return m_globalScope; } in getGlobalScope() function in rsg::Shader
176 VariableScope& globalVariableScope = shader.getGlobalScope(); in generate()
31 virtual std::unique_ptr<PDBSymbolExe> getGlobalScope() const = 0;
33 std::unique_ptr<PDBSymbolExe> getGlobalScope() const override;
80 std::unique_ptr<PDBSymbolExe> RawSession::getGlobalScope() const { in getGlobalScope() function in RawSession
140 std::unique_ptr<PDBSymbolExe> DIASession::getGlobalScope() const { in getGlobalScope() function in DIASession
66 std::unique_ptr<PDBSymbolExe> getGlobalScope() const override { in getGlobalScope() function in __anona82ffd620111::MockSession
157 if ( grammar.getGlobalScope(scopeName)!=null ) {158 return grammar.getGlobalScope(scopeName);
304 if ( grammar.getGlobalScope($uses.text)==null ) {
402 auto GlobalScope(Session->getGlobalScope()); in dumpPretty()
1087 AttributeScope scope = grammar.getGlobalScope(x); in issueInvalidScopeError()