Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExprConstant.cpp3577 static QualType getSubobjectType(QualType ObjType, QualType SubobjType, in getSubobjectType() argument
3583 SubobjType.addConst(); in getSubobjectType()
3587 SubobjType.addVolatile(); in getSubobjectType()
3588 return SubobjType; in getSubobjectType()
3800 bool found(APValue &Subobj, QualType SubobjType) { in found()
3804 return CheckFullyInitialized(Info, E->getExprLoc(), SubobjType, Result); in found()
3806 bool found(APSInt &Value, QualType SubobjType) { in found()
3810 bool found(APFloat &Value, QualType SubobjType) { in found()
3846 bool found(APValue &Subobj, QualType SubobjType) { in found()
3847 if (!checkConst(SubobjType)) in found()
[all …]