Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Analysis/FlowSensitive/
H A DControlFlowContext.h40 const Decl *getDecl() const { return ContainingDecl; } in getDecl()
55 : ContainingDecl(D), Cfg(std::move(Cfg)), in ControlFlowContext()
59 const Decl *ContainingDecl; variable