Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/include/clang/Driver/
DCompilation.h232 void setPostCallback(const std::function<void(const Command &, int)> &CB) { in setPostCallback() function
/openbsd/src/gnu/llvm/clang/lib/Driver/
DDriver.cpp4748 C.setPostCallback([=](const Command &Cmd, int Res) { in BuildJobs()