Searched refs:mDirectiveHandler (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/angle/tests/preprocessor_tests/
H A DPreprocessorTest.h19 PreprocessorTest() : mPreprocessor(&mDiagnostics, &mDirectiveHandler) { }
26 MockDirectiveHandler mDirectiveHandler; member in class:PreprocessorTest
H A Derror_test.cpp20 EXPECT_CALL(mDirectiveHandler, handleError(pp::SourceLocation(0, 1), ""));
33 EXPECT_CALL(mDirectiveHandler,
47 EXPECT_CALL(mDirectiveHandler,
71 EXPECT_CALL(mDirectiveHandler,
86 EXPECT_CALL(mDirectiveHandler,
H A Dpragma_test.cpp21 EXPECT_CALL(mDirectiveHandler, handlePragma(_, _, _)).Times(0);
34 EXPECT_CALL(mDirectiveHandler,
48 EXPECT_CALL(mDirectiveHandler,
76 EXPECT_CALL(mDirectiveHandler,
91 EXPECT_CALL(mDirectiveHandler,
111 EXPECT_CALL(mDirectiveHandler, handlePragma(_, _, _)).Times(0);
H A Dextension_test.cpp20 EXPECT_CALL(mDirectiveHandler,
46 EXPECT_CALL(mDirectiveHandler,
61 EXPECT_CALL(mDirectiveHandler,
88 EXPECT_CALL(mDirectiveHandler, handleExtension(_, _, _)).Times(0);
H A Dversion_test.cpp20 EXPECT_CALL(mDirectiveHandler,
42 EXPECT_CALL(mDirectiveHandler,
57 EXPECT_CALL(mDirectiveHandler,
74 EXPECT_CALL(mDirectiveHandler,
91 EXPECT_CALL(mDirectiveHandler,
215 EXPECT_CALL(mDirectiveHandler, handleVersion(_, _)).Times(0);
/external/chromium_org/third_party/angle/src/compiler/preprocessor/
H A DDirectiveParser.h77 DirectiveHandler *mDirectiveHandler; member in class:pp::DirectiveParser
H A DDirectiveParser.cpp216 mDirectiveHandler(directiveHandler)
574 mDirectiveHandler->handleError(token->location, stream.str());
630 mDirectiveHandler->handlePragma(token->location, name, value);
698 mDirectiveHandler->handleExtension(token->location, name, behavior);
775 mDirectiveHandler->handleVersion(token->location, version);

Completed in 281 milliseconds