Home
last modified time | relevance | path

Searched refs:handlePragma (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/src/OpenGL/compiler/preprocessor/
DDirectiveHandler.h38 virtual void handlePragma(const SourceLocation& loc,
DDirectiveParser.cpp577 mDirectiveHandler->handlePragma(token->location, name, value); in parsePragma()
/external/swiftshader/src/OpenGL/compiler/
DDirectiveHandler.h38 virtual void handlePragma(const pp::SourceLocation& loc,
DDirectiveHandler.cpp55 void TDirectiveHandler::handlePragma(const pp::SourceLocation& loc, in handlePragma() function in TDirectiveHandler
DParseHelper.cpp1177 mDirectiveHandler.handlePragma(loc, name, value); in handlePragmaDirective()