Home
last modified time | relevance | path

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

/external/llvm-project/clang/unittests/CrossTU/
DCrossTranslationUnitTest.cpp141 class CTUAction : public clang::ASTFrontendAction { class
143 CTUAction(bool *Success, unsigned OverrideLimit) in CTUAction() function in clang::cross_tu::__anonea4a8ec80111::CTUAction
163 EXPECT_TRUE(tooling::runToolOnCode(std::make_unique<CTUAction>(&Success, 1u), in TEST()
170 EXPECT_TRUE(tooling::runToolOnCode(std::make_unique<CTUAction>(&Success, 0u), in TEST()