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