Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/Frontend/
H A DFrontendActionTest.cpp31 class TestASTFrontendAction : public ASTFrontendAction { class
33 TestASTFrontendAction(bool enableIncrementalProcessing = false, in TestASTFrontendAction() function in __anonff6a0b330111::TestASTFrontendAction
95 TestASTFrontendAction test_action; in TEST()
115 TestASTFrontendAction test_action(/*enableIncrementalProcessing=*/true); in TEST()
142 TestASTFrontendAction test_action(/*enableIncrementalProcessing=*/true, in TEST()