Searched refs:directiveLoc (Results 1 – 1 of 1) sorted by relevance
/third_party/glslang/glslang/MachineIndependent/preprocessor/ |
D | Pp.cpp | 622 const TSourceLoc directiveLoc = ppToken->loc; in CPPinclude() local 645 parseContext.ppError(directiveLoc, "must be followed by a header name", "#include", ""); in CPPinclude() 683 … "#line " << directiveLoc.line + forNextLine << " " << directiveLoc.getStringNameOrNum() << "\n"; in CPPinclude() 684 … pushInput(new TokenizableIncludeFile(directiveLoc, prologue.str(), res, epilogue.str(), this)); in CPPinclude() 697 …parseContext.ppError(directiveLoc, message.c_str(), "#include", "for header name: %s", filename.c_… in CPPinclude() 712 const TSourceLoc directiveLoc = ppToken->loc; in CPPline() local 740 …parseContext.ppRequireExtensions(directiveLoc, 1, &E_GL_GOOGLE_cpp_style_line_directive, "filename… in CPPline() 760 … parseContext.notifyLineDirective(directiveLoc.line, lineToken, hasFile, fileRes, sourceName); in CPPline()
|