OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lineContinuationCheck
(Results
1 - 4
of
4
) sorted by null
/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
ParseHelper.h
100
virtual bool
lineContinuationCheck
(const TSourceLoc&, bool endOfComment) = 0;
173
bool
lineContinuationCheck
(const TSourceLoc&, bool endOfComment);
ParseHelper.cpp
[
all
...]
/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/hlsl/
hlslParseHelper.h
64
bool
lineContinuationCheck
(const TSourceLoc&, bool /*endOfComment*/) { return true; }
/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/preprocessor/
PpContext.h
375
bool allowed = pp->parseContext.
lineContinuationCheck
(input->getSourceLoc(), pp->inComment);
Completed in 70 milliseconds