Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DExprConstant.cpp3596 static QualType getSubobjectType(QualType ObjType, QualType SubobjType, in getSubobjectType() argument
3602 SubobjType.addConst(); in getSubobjectType()
3606 SubobjType.addVolatile(); in getSubobjectType()
3607 return SubobjType; in getSubobjectType()
3819 bool found(APValue &Subobj, QualType SubobjType) { in found()
3823 return CheckFullyInitialized(Info, E->getExprLoc(), SubobjType, Result); in found()
3825 bool found(APSInt &Value, QualType SubobjType) { in found()
3829 bool found(APFloat &Value, QualType SubobjType) { in found()
3865 bool found(APValue &Subobj, QualType SubobjType) { in found()
3866 if (!checkConst(SubobjType)) in found()
[all …]