Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DDeclCXX.cpp292 if (!hasNonLiteralTypeFieldsOrBases() && !BaseType->isLiteralType(C)) in setBases()
1105 if (!T->isLiteralType(Context) || T.isVolatileQualified()) in addedMember()
1341 if (!T->isLiteralType(Context) || in addedMember()
DType.cpp2541 bool Type::isLiteralType(const ASTContext &Ctx) const { in isLiteralType() function in Type
2596 return AT->getValueType()->isLiteralType(Ctx); in isLiteralType()
DExprCXX.cpp1665 getType()->isLiteralType(Context) && in isUsableInConstantExpressions()
DExprConstant.cpp2303 if (!E->isPRValue() || E->getType()->isLiteralType(Info.Ctx)) in CheckLiteralType()
4075 BaseType->isLiteralType(Info.Ctx) && !VD->hasDefinition()) { in findCompleteObject()
4580 if (Object->getType()->isLiteralType(Info.Ctx)) in EvaluateObjectArgument()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaType.cpp8781 T->isLiteralType(Context)) in RequireLiteralType()
8823 if (!I.getType()->isLiteralType(Context)) { in RequireLiteralType()
8830 if (!I->getType()->isLiteralType(Context) || in RequireLiteralType()
DSemaExprCXX.cpp4893 return T->isLiteralType(C); in EvaluateUnaryTypeTrait()
DSemaDeclCXX.cpp1643 return !T->isLiteralType(SemaRef.Context); in CheckLiteralType()
DSemaDecl.cpp12531 } else if (getLangOpts().CPlusPlus11 && DclT->isLiteralType(Context)) { in AddInitializerToDecl()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DType.h1936 bool isLiteralType(const ASTContext &Ctx) const;