Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/AST/
H A DDeclCXX.cpp293 if (!hasNonLiteralTypeFieldsOrBases() && !BaseType->isLiteralType(C)) in setBases()
1084 if (!T->isLiteralType(Context) || T.isVolatileQualified()) in addedMember()
1320 if (!T->isLiteralType(Context) || in addedMember()
H A DType.cpp2624 bool Type::isLiteralType(const ASTContext &Ctx) const { in isLiteralType() function in Type
2679 return AT->getValueType()->isLiteralType(Ctx); in isLiteralType()
H A DExprCXX.cpp1747 getType()->isLiteralType(Context) && in isUsableInConstantExpressions()
H A DExprConstant.cpp2321 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()
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaType.cpp9111 T->isLiteralType(Context)) in RequireLiteralType()
9153 if (!I.getType()->isLiteralType(Context)) { in RequireLiteralType()
9160 if (!I->getType()->isLiteralType(Context) || in RequireLiteralType()
H A DSemaExprCXX.cpp5059 return T->isLiteralType(C); in EvaluateUnaryTypeTrait()
H A DSemaDeclCXX.cpp1677 return !T->isLiteralType(SemaRef.Context); in CheckLiteralType()
H A DSemaDecl.cpp13406 } else if (getLangOpts().CPlusPlus11 && DclT->isLiteralType(Context)) { in AddInitializerToDecl()
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DType.h2071 bool isLiteralType(const ASTContext &Ctx) const;