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.h118 std::function<void(const Command &, int)> PostCallback; variable
230 PostCallback = CB; in setPostCallback()
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DCompilation.cpp197 if (PostCallback) in ExecuteCommand()
198 PostCallback(C, Res); in ExecuteCommand()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp4001 llvm::function_ref<void(const ExplodedNode *)> PostCallback, in traverseHiddenNodes()
4010 PostCallback(N); in traverseHiddenNodes()