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