Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DCompilation.h124 std::function<void(const Command &, int)> PostCallback; variable
236 PostCallback = CB; in setPostCallback()
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DCompilation.cpp200 if (PostCallback) in ExecuteCommand()
201 PostCallback(C, Res); in ExecuteCommand()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp3850 llvm::function_ref<void(const ExplodedNode *)> PostCallback, in traverseHiddenNodes()
3859 PostCallback(N); in traverseHiddenNodes()