Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/
H A DDescriptor.h154 const ValueDecl *asValueDecl() const { in asValueDecl() function
H A DInterp.cpp192 const auto *VD = Ptr.getDeclDesc()->asValueDecl(); in CheckExtern()
259 if (const auto *D = Desc->asValueDecl()) { in CheckConstant()
H A DPointer.cpp98 if (auto *VD = Desc->asValueDecl()) in toAPValue()
H A DDescriptor.cpp309 if (auto *D = asValueDecl()) in getType()