Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/lib/Testing/
HDTestAST.cpp56 void createMissingComponents(CompilerInstance &Clang) { in createMissingComponents() function
83 llvm::make_scope_exit([&] { createMissingComponents(*Clang); }); in TestAST()