Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DDescriptor.h228 const VarDecl *asVarDecl() const { in asVarDecl() function
H A DInterp.cpp390 (Ptr.getDeclDesc()->asVarDecl() == S.EvaluatingDecl)) in CheckExtern()
447 const auto *D = Desc->asVarDecl(); in CheckConstant()
662 if (const auto *VD = Ptr.getDeclDesc()->asVarDecl(); in CheckInitialized()
730 const auto *VD = Ptr.getDeclDesc()->asVarDecl(); in CheckWeak()
H A DInterpBuiltin.cpp2248 if (S.EvaluatingDecl && Ptr.getDeclDesc()->asVarDecl() == S.EvaluatingDecl) in interp__builtin_is_within_lifetime()