Searched defs:PostBuildStep (Results 1 – 1 of 1) sorted by relevance
1168 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 &){}) global() argument 2244 auto PostBuildStep = [this](CompilerInstance &Other) { createModuleFromSource() local