Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DDescriptor.h224 const ValueDecl *asValueDecl() const { in asValueDecl() function
H A DInterp.cpp298 return isa_and_nonnull<ParmVarDecl>(P.getDeclDesc()->asValueDecl()); in isConstexprUnknown()
397 const auto *VD = Ptr.getDeclDesc()->asValueDecl(); in CheckExtern()
638 } else if (auto *VD = P.getFieldDesc()->asValueDecl()) { in CheckVolatile()
714 const auto *VD = cast<VarDecl>(Ptr.getDeclDesc()->asValueDecl()); in CheckGlobalInitialized()
1080 const ValueDecl *D = Desc->asValueDecl(); in CheckDummy()
H A DPointer.cpp176 if (const auto *VD = Desc->asValueDecl()) in toAPValue()
209 if (const ValueDecl *VD = getDeclDesc()->asValueDecl(); in toAPValue()
H A DDescriptor.cpp427 if (const auto *D = asValueDecl()) in getType()
H A DInterpBuiltin.cpp1162 S.getASTContext().getDeclAlign(Ptr.getDeclDesc()->asValueDecl()); in interp__builtin_is_aligned_up_down()
1237 if (const auto *VD = Ptr.getDeclDesc()->asValueDecl()) in interp__builtin_assume_aligned()