Home
last modified time | relevance | path

Searched refs:getGlobalScope (Results 1 – 21 of 21) sorted by relevance

/external/antlr/tool/src/main/java/org/antlr/tool/
DNameSpaceChecker.java106 else if ( grammar.getGlobalScope(ruleName)!=null ) { in checkForRuleDefinitionProblems()
216 if ( grammar.getGlobalScope(label.getText())!=null ) { in checkForLabelConflict()
DGrammar.java1788 public AttributeScope getGlobalScope(String name) { in getGlobalScope() method in Grammar
/external/llvm/include/llvm/DebugInfo/PDB/
DIPDBSession.h31 virtual std::unique_ptr<PDBSymbolExe> getGlobalScope() const = 0;
/external/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIASession.h34 std::unique_ptr<PDBSymbolExe> getGlobalScope() const override;
/external/llvm/include/llvm/DebugInfo/PDB/Raw/
DRawSession.h33 std::unique_ptr<PDBSymbolExe> getGlobalScope() const override;
/external/deqp/framework/randomshaders/
DrsgShader.hpp103 VariableScope& getGlobalScope (void) { return m_globalScope; } in getGlobalScope() function in rsg::Shader
DrsgShaderGenerator.cpp176 VariableScope& globalVariableScope = shader.getGlobalScope(); in generate()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/
DIPDBSession.h32 virtual std::unique_ptr<PDBSymbolExe> getGlobalScope() = 0;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIASession.h34 std::unique_ptr<PDBSymbolExe> getGlobalScope() override;
/external/llvm/lib/DebugInfo/PDB/Raw/
DRawSession.cpp80 std::unique_ptr<PDBSymbolExe> RawSession::getGlobalScope() const { in getGlobalScope() function in RawSession
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/
DNativeSession.h53 std::unique_ptr<PDBSymbolExe> getGlobalScope() override;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/
DNativeSession.cpp170 std::unique_ptr<PDBSymbolExe> NativeSession::getGlobalScope() { in getGlobalScope() function in NativeSession
/external/llvm/lib/DebugInfo/PDB/DIA/
DDIASession.cpp140 std::unique_ptr<PDBSymbolExe> DIASession::getGlobalScope() const { in getGlobalScope() function in DIASession
/external/llvm/unittests/DebugInfo/PDB/
DPDBApiTest.cpp66 std::unique_ptr<PDBSymbolExe> getGlobalScope() const override { in getGlobalScope() function in __anon177c5eee0111::MockSession
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/DIA/
DDIASession.cpp157 std::unique_ptr<PDBSymbolExe> DIASession::getGlobalScope() { in getGlobalScope() function in DIASession
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/PDB/
DPDBApiTest.cpp70 std::unique_ptr<PDBSymbolExe> getGlobalScope() override { return nullptr; } in getGlobalScope() function in __anon8912c4460111::MockSession
/external/antlr/tool/src/main/antlr3/org/antlr/grammar/v3/
DActionTranslator.g158 if ( grammar.getGlobalScope(scopeName)!=null ) {
159 return grammar.getGlobalScope(scopeName);
DDefineGrammarItemsWalker.g305 if ( grammar.getGlobalScope($uses.text)==null ) {
/external/llvm/tools/llvm-pdbdump/
Dllvm-pdbdump.cpp402 auto GlobalScope(Session->getGlobalScope()); in dumpPretty()
/external/antlr/tool/src/main/java/org/antlr/codegen/
DCodeGenerator.java1117 AttributeScope scope = grammar.getGlobalScope(x); in issueInvalidScopeError()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
Dllvm-pdbutil.cpp943 auto GlobalScope(Session->getGlobalScope()); in dumpPretty()