Home
last modified time | relevance | path

Searched defs:atGlobalScope (Results 1 – 1 of 1) sorted by relevance

/external/angle/src/compiler/translator/
DSymbol.h178 void setAtGlobalScope(bool atGlobalScope) { mAtGlobalScope = atGlobalScope; } in setAtGlobalScope()
179 bool atGlobalScope() const { return mAtGlobalScope; } in atGlobalScope() function