Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DCompilation.h121 std::function<void(const Command &, int)> PostCallback; variable
225 PostCallback = CB; in setPostCallback()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/
H A DCompilation.cpp197 if (PostCallback) in ExecuteCommand()
198 PostCallback(C, Res); in ExecuteCommand()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp3150 llvm::function_ref<void(const ExplodedNode *)> PostCallback, in traverseHiddenNodes()
3159 PostCallback(N); in traverseHiddenNodes()