Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Driver/
DCompilation.h121 std::function<void(const Command &, int)> PostCallback; variable
225 PostCallback = CB; in setPostCallback()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Driver/
DCompilation.cpp197 if (PostCallback) in ExecuteCommand()
198 PostCallback(C, Res); in ExecuteCommand()
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
DExprEngine.cpp3152 llvm::function_ref<void(const ExplodedNode *)> PostCallback, in traverseHiddenNodes()
3161 PostCallback(N); in traverseHiddenNodes()