Searched refs:isLiteralType (Results 1 – 9 of 9) sorted by relevance
293 if (!hasNonLiteralTypeFieldsOrBases() && !BaseType->isLiteralType(C)) in setBases()1084 if (!T->isLiteralType(Context) || T.isVolatileQualified()) in addedMember()1320 if (!T->isLiteralType(Context) || in addedMember()
2624 bool Type::isLiteralType(const ASTContext &Ctx) const { in isLiteralType() function in Type2679 return AT->getValueType()->isLiteralType(Ctx); in isLiteralType()
1747 getType()->isLiteralType(Context) && in isUsableInConstantExpressions()
2321 if (!E->isPRValue() || E->getType()->isLiteralType(Info.Ctx)) in CheckLiteralType()4101 BaseType->isLiteralType(Info.Ctx) && !VD->hasDefinition()) { in findCompleteObject()4630 if (Object->getType()->isLiteralType(Info.Ctx)) in EvaluateObjectArgument()
9111 T->isLiteralType(Context)) in RequireLiteralType()9153 if (!I.getType()->isLiteralType(Context)) { in RequireLiteralType()9160 if (!I->getType()->isLiteralType(Context) || in RequireLiteralType()
5059 return T->isLiteralType(C); in EvaluateUnaryTypeTrait()
1677 return !T->isLiteralType(SemaRef.Context); in CheckLiteralType()
13406 } else if (getLangOpts().CPlusPlus11 && DclT->isLiteralType(Context)) { in AddInitializerToDecl()
2071 bool isLiteralType(const ASTContext &Ctx) const;