Searched refs:PP_EOF_IN_DIRECTIVE (Results 1 – 8 of 8) sorted by relevance
/external/angle/src/compiler/preprocessor/ |
D | DiagnosticsBase.cpp | 128 case PP_EOF_IN_DIRECTIVE: in message()
|
D | DiagnosticsBase.h | 77 PP_EOF_IN_DIRECTIVE, enumerator
|
D | DirectiveParser.cpp | 283 mDiagnostics->report(Diagnostics::PP_EOF_IN_DIRECTIVE, token->location, token->text); in parseDirective()
|
/external/angle/src/tests/preprocessor_tests/ |
D | error_test.cpp | 88 EXPECT_CALL(mDiagnostics, print(pp::Diagnostics::PP_EOF_IN_DIRECTIVE, _, _)); in TEST_F()
|
D | extension_test.cpp | 64 EXPECT_CALL(mDiagnostics, print(pp::Diagnostics::PP_EOF_IN_DIRECTIVE, _, _)); in TEST_F()
|
D | pragma_test.cpp | 120 EXPECT_CALL(mDiagnostics, print(pp::Diagnostics::PP_EOF_IN_DIRECTIVE, _, _)); in TEST_F()
|
D | version_test.cpp | 101 EXPECT_CALL(mDiagnostics, print(pp::Diagnostics::PP_EOF_IN_DIRECTIVE, _, _)); in TEST_F()
|
D | location_test.cpp | 274 EXPECT_CALL(mDiagnostics, print(pp::Diagnostics::PP_EOF_IN_DIRECTIVE, _, _)); in TEST_F()
|