Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/CrossTU/
H A DCrossTranslationUnitTest.cpp27 class CTUASTConsumer : public clang::ASTConsumer { class
29 explicit CTUASTConsumer(clang::CompilerInstance &CI, bool *Success) in CTUASTConsumer() function in clang::cross_tu::__anon94c7f9610111::CTUASTConsumer
131 return std::make_unique<CTUASTConsumer>(CI, Success); in CreateASTConsumer()