Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DDescriptor.h115 const ValueDecl *asValueDecl() const { in asValueDecl() function
H A DPointer.cpp90 if (auto *VD = Desc->asValueDecl()) in toAPValue()
H A DInterp.cpp186 auto *VD = Ptr.getDeclDesc()->asValueDecl(); in CheckExtern()
H A DDescriptor.cpp248 if (auto *D = asValueDecl()) in getType()