Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Testing/
H A DTestAST.cpp55 void createMissingComponents(CompilerInstance &Clang) { in createMissingComponents() function
82 llvm::make_scope_exit([&] { createMissingComponents(*Clang); }); in TestAST()