Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/AST/Interp/
H A DDescriptor.h198 const ValueDecl *asValueDecl() const { in asValueDecl() function
H A DInterp.cpp257 const auto *VD = Ptr.getDeclDesc()->asValueDecl(); in CheckExtern()
501 const auto *VD = cast<VarDecl>(Ptr.getDeclDesc()->asValueDecl()); in CheckGlobalInitialized()
791 const ValueDecl *D = Desc->asValueDecl(); in CheckDummy()
H A DPointer.h476 if (const ValueDecl *VD = getDeclDesc()->asValueDecl()) in isWeak()
H A DDescriptor.cpp369 if (const auto *D = asValueDecl()) in getType()
H A DPointer.cpp138 if (const auto *VD = Desc->asValueDecl()) in toAPValue()
H A DInterpBuiltin.cpp1036 S.getCtx().getDeclAlign(Ptr.getDeclDesc()->asValueDecl()); in interp__builtin_is_aligned_up_down()