Home
last modified time | relevance | path

Searched refs:notifyErrorDirective (Results 1 – 2 of 2) sorted by relevance

/third_party/glslang/glslang/MachineIndependent/
DParseHelper.h141 virtual void notifyErrorDirective(int line, const char* error_message) in notifyErrorDirective() function
/third_party/glslang/glslang/MachineIndependent/preprocessor/
DPp.cpp791 parseContext.notifyErrorDirective(loc.line, message.c_str()); in CPPerror()