Home
last modified time | relevance | path

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

/llvm-project/clang/include/clang/Driver/
H A DCompilation.h124 std::function<void(const Command &, int)> PostCallback; variable
236 PostCallback = CB; in setPostCallback()
/llvm-project/clang/lib/Driver/
H A DCompilation.cpp197 if (PostCallback) in ExecuteCommand()
198 PostCallback(C, Res); in ExecuteCommand()
/llvm-project/clang/unittests/Driver/
H A DToolChainTest.cpp544 TEST(ToolChainTest, PostCallback) { in TEST()
543 TEST(ToolChainTest,PostCallback) TEST() argument
/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp3889 /// \p PostCallback: callback after break. in getNodeLabel()
3895 llvm::function_ref<void(const ExplodedNode *)> PostCallback, in getNodeLabel()
3904 PostCallback(N); in getNodeLabel()