Home
last modified time | relevance | path

Searched defs: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 =
2064 auto PostBuildStep = [this](CompilerInstance &Other) { in createModuleFromSource() local