Home
last modified time | relevance | path

Searched defs:PreBuildStep (Results 1 – 1 of 1) sorted by relevance

/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp1166 compileModuleImpl(CompilerInstance & ImportingInstance,SourceLocation ImportLoc,StringRef ModuleName,FrontendInputFile Input,StringRef OriginalModuleMapFile,StringRef ModuleFileName,llvm::function_ref<void (CompilerInstance &)> PreBuildStep=[](CompilerInstance &){},llvm::function_ref<void (CompilerInstance &)> PostBuildStep=[](CompilerInstance &){}) compileModuleImpl() argument
2232 auto PreBuildStep = [&](CompilerInstance &Other) { createModuleFromSource() local