Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DFrontendAction.h207 bool PrepareToExecute(CompilerInstance &CI) { in PrepareToExecute() function
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp1027 if (!Act.PrepareToExecute(*this)) in ExecuteAction()