HomeSort by relevance Sort by last modified time
    Searched refs:TScanContext (Results 1 - 4 of 4) sorted by null

  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
ScanContext.h 51 class TScanContext {
53 explicit TScanContext(TParseContextBase& pc) : parseContext(pc), afterType(false), field(false) { }
54 virtual ~TScanContext() { }
62 TScanContext(TScanContext&);
63 TScanContext& operator=(TScanContext&);
Scan.cpp 331 void TScanContext::fillInKeywordMap()
635 void TScanContext::deleteKeywordMap()
645 int TScanContext::tokenize(TPpContext* pp, TParserToken& token)
749 int TScanContext::tokenizeIdentifier()
    [all...]
ParseHelper.h 64 class TScanContext;
102 void setScanContext(TScanContext* c) { scanContext = c; }
103 TScanContext* getScanContext() const { return scanContext; }
172 TScanContext* scanContext;
ShaderLang.cpp 240 TScanContext scanContext(*parseContext);
    [all...]

Completed in 92 milliseconds