Home
last modified time | relevance | path

Searched defs:ControlFlowContext (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/
H A DLogger.h18 class ControlFlowContext; variable
43 virtual void beginAnalysis(const ControlFlowContext &, in beginAnalysis()
H A DControlFlowContext.h62 ControlFlowContext(const Decl &D, std::unique_ptr<CFG> Cfg, in ControlFlowContext() function