OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TPpContext
(Results
1 - 2
of
2
) sorted by null
/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) :
100
TPpContext
::~
TPpContext
()
112
void
TPpContext
::setInput(TInputScanner& input, bool versionWillBeError)
PpContext.h
124
class
TPpContext
{
126
TPpContext
(TParseContextBase&, const std::string& rootFileName, TShader::Includer&);
127
virtual ~
TPpContext
();
135
tInput(
TPpContext
* p) : done(false), pp(p) { }
148
TPpContext
* pp;
206
TPpContext
(
TPpContext
&);
207
TPpContext
& operator=(
TPpContext
&);
248
tMacroInput(
TPpContext
* pp) : tInput(pp) {
[
all
...]
Completed in 109 milliseconds