Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang/Driver/
H A DCompilation.h121 std::function<void(const Command &, int)> PostCallback; variable
233 PostCallback = CB; in setPostCallback()
/openbsd/gnu/llvm/clang/lib/Driver/
H A DCompilation.cpp200 if (PostCallback) in ExecuteCommand()
201 PostCallback(C, Res); in ExecuteCommand()
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp3822 llvm::function_ref<void(const ExplodedNode *)> PostCallback, in traverseHiddenNodes()
3831 PostCallback(N); in traverseHiddenNodes()