Home
last modified time | relevance | path

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

/llvm-project/clang/include/clang/Driver/
H A DCompilation.h235 void setPostCallback(const std::function<void(const Command &, int)> &CB) { in setPostCallback() function
/llvm-project/clang/unittests/Driver/
H A DToolChainTest.cpp559 CC->setPostCallback( in TEST()
/llvm-project/clang/lib/Driver/
H A DDriver.cpp5229 C.setPostCallback([=](const Command &Cmd, int Res) { in combineAssembleBackendCompile()