asDecl() const | clang::interp::Descriptor | inline |
asExpr() const | clang::interp::Descriptor | inline |
asFieldDecl() const | clang::interp::Descriptor | inline |
asRecordDecl() const | clang::interp::Descriptor | inline |
asValueDecl() const | clang::interp::Descriptor | inline |
CtorFn | clang::interp::Descriptor | |
Descriptor(const DeclTy &D, PrimType Type, bool IsConst, bool IsTemporary, bool IsMutable) | clang::interp::Descriptor | |
Descriptor(const DeclTy &D, PrimType Type, size_t NumElems, bool IsConst, bool IsTemporary, bool IsMutable) | clang::interp::Descriptor | |
Descriptor(const DeclTy &D, PrimType Type, bool IsTemporary, UnknownSize) | clang::interp::Descriptor | |
Descriptor(const DeclTy &D, Descriptor *Elem, unsigned NumElems, bool IsConst, bool IsTemporary, bool IsMutable) | clang::interp::Descriptor | |
Descriptor(const DeclTy &D, Descriptor *Elem, bool IsTemporary, UnknownSize) | clang::interp::Descriptor | |
Descriptor(const DeclTy &D, Record *R, bool IsConst, bool IsTemporary, bool IsMutable) | clang::interp::Descriptor | |
DtorFn | clang::interp::Descriptor | |
ElemDesc | clang::interp::Descriptor | |
ElemRecord | clang::interp::Descriptor | |
getAllocSize() const | clang::interp::Descriptor | inline |
getElemSize() const | clang::interp::Descriptor | inline |
getLocation() const | clang::interp::Descriptor | |
getNumElems() const | clang::interp::Descriptor | inline |
getSize() const | clang::interp::Descriptor | inline |
getType() const | clang::interp::Descriptor | |
isArray() const | clang::interp::Descriptor | inline |
IsArray | clang::interp::Descriptor | |
IsConst | clang::interp::Descriptor | |
IsMutable | clang::interp::Descriptor | |
isPrimitive() const | clang::interp::Descriptor | inline |
isPrimitiveArray() const | clang::interp::Descriptor | inline |
IsTemporary | clang::interp::Descriptor | |
isUnknownSizeArray() const | clang::interp::Descriptor | inline |
isZeroSizeArray() const | clang::interp::Descriptor | inline |
MoveFn | clang::interp::Descriptor | |