HomeSort by relevance Sort by last modified time
    Searched refs:handlePragma (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/angle/tests/preprocessor_tests/
pragma_test.cpp 20 // No handlePragma calls.
21 EXPECT_CALL(mDirectiveHandler, handlePragma(_, _, _)).Times(0);
35 handlePragma(pp::SourceLocation(0, 1), "foo", ""));
49 handlePragma(pp::SourceLocation(0, 1), "foo", "bar"));
77 handlePragma(pp::SourceLocation(0, 1), "foo", "bar"));
92 handlePragma(pp::SourceLocation(0, 1), "foo", "bar"));
110 // No handlePragma calls.
111 EXPECT_CALL(mDirectiveHandler, handlePragma(_, _, _)).Times(0);
MockDirectiveHandler.h 19 MOCK_METHOD3(handlePragma,
  /external/chromium_org/third_party/angle/src/compiler/preprocessor/
DirectiveHandlerBase.h 30 virtual void handlePragma(const SourceLocation& loc,
DirectiveParser.cpp 626 mDirectiveHandler->handlePragma(token->location, name, value);
  /external/chromium_org/third_party/angle/src/compiler/
DirectiveHandler.h 29 virtual void handlePragma(const pp::SourceLocation& loc,
DirectiveHandler.cpp 45 void TDirectiveHandler::handlePragma(const pp::SourceLocation& loc,

Completed in 59 milliseconds