Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DCompilation.h235 void setPostCallback(const std::function<void(const Command &, int)> &CB) { in setPostCallback() function
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp4983 C.setPostCallback([=](const Command &Cmd, int Res) { in BuildJobs()