Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DCompilerInstance.cpp1045 llvm::function_ref<void(CompilerInstance &)> PostBuildStep = argument
1154 PostBuildStep(Instance);
2064 auto PostBuildStep = [this](CompilerInstance &Other) { in createModuleFromSource() local
2070 ModuleFileName, PreBuildStep, PostBuildStep)) { in createModuleFromSource()