Searched refs:ContainingDecl (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/
H A DControlFlowContext.h46 const Decl &getDecl() const { return ContainingDecl; }
65 : ContainingDecl(D), Cfg(std::move(Cfg)),
70 const Decl &ContainingDecl; member in class:clang::dataflow::ControlFlowContext

Completed in 51 milliseconds