Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DDescriptor.h202 const VarDecl *asVarDecl() const { in asVarDecl() function
H A DInterp.cpp253 (Ptr.getDeclDesc()->asVarDecl() == S.EvaluatingDecl)) in CheckExtern()
326 if (const auto *D = Desc->asVarDecl(); in CheckConstant()
477 if (const auto *VD = Ptr.getDeclDesc()->asVarDecl(); in CheckInitialized()