Home
last modified time | relevance | path

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

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