Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DCompilation.h224 void setPostCallback(const std::function<void(const Command &, int)> &CB) { in setPostCallback() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/
H A DDriver.cpp4073 C.setPostCallback([=](const Command &Cmd, int Res) { in BuildJobs()