Home
last modified time | relevance | path

Searched refs:TDirectiveHandler (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/angle/src/compiler/translator/
DDirectiveHandler.cpp28 TDirectiveHandler::TDirectiveHandler(TExtensionBehavior& extBehavior, in TDirectiveHandler() function in TDirectiveHandler
37 TDirectiveHandler::~TDirectiveHandler() in ~TDirectiveHandler()
41 void TDirectiveHandler::handleError(const pp::SourceLocation& loc, in handleError()
47 void TDirectiveHandler::handlePragma(const pp::SourceLocation& loc, in handlePragma()
88 void TDirectiveHandler::handleExtension(const pp::SourceLocation& loc, in handleExtension()
150 void TDirectiveHandler::handleVersion(const pp::SourceLocation& loc, in handleVersion()
DDirectiveHandler.h16 class TDirectiveHandler : public pp::DirectiveHandler
19 TDirectiveHandler(TExtensionBehavior& extBehavior,
22 virtual ~TDirectiveHandler();
DParseContext.h66 TDirectiveHandler directiveHandler;