Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp3683 static QualType getSubobjectType(QualType ObjType, QualType SubobjType, in getSubobjectType() argument
3689 SubobjType.addConst(); in getSubobjectType()
3693 SubobjType.addVolatile(); in getSubobjectType()
3694 return SubobjType; in getSubobjectType()
3910 bool found(APValue &Subobj, QualType SubobjType) { in found()
3914 return CheckFullyInitialized(Info, E->getExprLoc(), SubobjType, Result); in found()
3916 bool found(APSInt &Value, QualType SubobjType) { in found()
3920 bool found(APFloat &Value, QualType SubobjType) { in found()
3956 bool found(APValue &Subobj, QualType SubobjType) { in found()
3957 if (!checkConst(SubobjType)) in found()
[all …]