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