Home
last modified time | relevance | path

Searched defs:test_action (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang/unittests/Frontend/
H A DFrontendActionTest.cpp95 TestASTFrontendAction test_action; TEST() local
115 TestASTFrontendAction test_action(/*enableIncrementalProcessing=*/true); TEST() local
142 TestASTFrontendAction test_action(/*enableIncrementalProcessing=*/true, TEST() local
[all...]
/llvm-project/clang/tools/scan-build-py/tests/unit/
H A Dtest_compilation.py50 def test_action(self): member in SplitTest