Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Frontend/
H A DPrecompiledPreamble.h272 virtual void BeforeExecute(CompilerInstance &CI);
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp342 Callbacks.BeforeExecute(*Clang); in Build()
739 void PreambleCallbacks::BeforeExecute(CompilerInstance &CI) {} in BeforeExecute() function in PreambleCallbacks