Home
last modified time | relevance | path

Searched refs:popScope (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/src/utils/
DSkJSONWriter.h123 this->popScope(); in endObject()
155 this->popScope(); in endArray()
328 void popScope() { in popScope() function
/third_party/glslang/glslang/HLSL/
DhlslGrammar.cpp3734 parseContext.popScope(); in acceptScopedStatement()
3743 parseContext.popScope(); in acceptScopedCompoundStatement()
3970 parseContext.popScope(); in acceptSelectionStatement()
3991 parseContext.popScope(); in acceptSwitchStatement()
4007 parseContext.popScope(); in acceptSwitchStatement()
4052 parseContext.popScope(); in acceptIterationStatement()
4134 parseContext.popScope(); in acceptIterationStatement()
DhlslParseHelper.h174 void popScope() { symbolTable.pop(nullptr); } in popScope() function
DhlslParseHelper.cpp2299 popScope(); in handleFunctionBody()