OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TParseContextBase
(Results
1 - 9
of
9
) sorted by null
/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
ScanContext.h
51
explicit TScanContext(
TParseContextBase
& pc) : parseContext(pc), afterType(false), field(false) { }
75
TParseContextBase
& parseContext;
ParseHelper.h
40
// -
TParseContextBase
: sharable across multiple parsers
74
class
TParseContextBase
: public TParseVersions {
76
TParseContextBase
(TSymbolTable& symbolTable, TIntermediate& interm, int version,
82
virtual ~
TParseContextBase
() { }
131
TParseContextBase
(
TParseContextBase
&);
132
TParseContextBase
& operator=(
TParseContextBase
&);
152
class TParseContext : public
TParseContextBase
{
ShaderLang.cpp
536
// bool (
TParseContextBase
& parseContext, TPpContext& ppContext,
676
TParseContextBase
* parseContext;
[
all
...]
ParseHelper.cpp
54
TParseContextBase
(symbolTable, interm, version, profile, spvVersion, language, infoSink, forwardCompatible, messages),
[
all
...]
/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/hlsl/
hlslScanContext.h
77
HlslScanContext(
TParseContextBase
& parseContext, TPpContext& ppContext)
97
TParseContextBase
& parseContext;
hlslParseHelper.h
44
class HlslParseContext : public
TParseContextBase
{
hlslParseHelper.cpp
54
TParseContextBase
(symbolTable, interm, version, profile, spvVersion, language, infoSink, forwardCompatible, messages),
[
all
...]
/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/preprocessor/
PpContext.cpp
86
TPpContext::TPpContext(
TParseContextBase
& pc, const std::string& rootFileName, TShader::Includer& inclr) :
PpContext.h
126
TPpContext(
TParseContextBase
&, const std::string& rootFileName, TShader::Includer&);
218
TParseContextBase
& parseContext;
Completed in 67 milliseconds