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.cpp3900 static QualType getSubobjectType(QualType ObjType, QualType SubobjType, in getSubobjectType() argument
3906 SubobjType.addConst(); in getSubobjectType()
3910 SubobjType.addVolatile(); in getSubobjectType()
3911 return SubobjType; in getSubobjectType()
4156 bool found(APValue &Subobj, QualType SubobjType) { in found()
4160 return CheckFullyInitialized(Info, E->getExprLoc(), SubobjType, Result); in found()
4162 bool found(APSInt &Value, QualType SubobjType) { in found()
4166 bool found(APFloat &Value, QualType SubobjType) { in found()
4202 bool found(APValue &Subobj, QualType SubobjType) { in found()
4203 if (!checkConst(SubobjType)) in found()
[all …]