Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Driver/
H A DCompilation.h121 std::function<void(const Command &, int)> PostCallback; variable
232 PostCallback = CB; in setPostCallback()
/llvm-project-15.0.7/clang/lib/Driver/
H A DCompilation.cpp201 if (PostCallback) in ExecuteCommand()
202 PostCallback(C, Res); in ExecuteCommand()
/llvm-project-15.0.7/clang/unittests/Driver/
H A DToolChainTest.cpp341 TEST(ToolChainTest, PostCallback) { in TEST() argument
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp3490 llvm::function_ref<void(const ExplodedNode *)> PostCallback, in traverseHiddenNodes()
3499 PostCallback(N); in traverseHiddenNodes()