Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/Interp/
H A DDescriptor.h148 const ValueDecl *asValueDecl() const { in asValueDecl() function
H A DPointer.cpp93 if (auto *VD = Desc->asValueDecl()) in toAPValue()
H A DDescriptor.cpp263 if (auto *D = asValueDecl()) in getType()
H A DInterp.cpp186 auto *VD = Ptr.getDeclDesc()->asValueDecl(); in CheckExtern()