Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/
H A DDataflowEnvironment.h611 const DeclContext *getDeclCtx() const { return CallStack.back(); } in getDeclCtx() function
616 return dyn_cast<FunctionDecl>(getDeclCtx()); in getCurrentFunc()
/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DDataflowEnvironment.cpp384 const DeclContext *DeclCtx = getDeclCtx(); in initialize()