Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DCompiler.h409 : Ctx(Ctx), Parent(Ctx->VarScope), ValDecl(VD) { in VariableScope()
437 if (P->ValDecl == ExtendingDecl) { in addExtended()
459 const ValueDecl *ValDecl = nullptr; variable