Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DDeclCXX.cpp213 if (!hasNonLiteralTypeFieldsOrBases() && !BaseType->isLiteralType(C)) in setBases()
751 if (!T->isLiteralType(Context) || T.isVolatileQualified()) in addedMember()
934 if (!T->isLiteralType(Context) || in addedMember()
DType.cpp2155 bool Type::isLiteralType(const ASTContext &Ctx) const { in isLiteralType() function in Type
2211 return AT->getValueType()->isLiteralType(Ctx); in isLiteralType()
DExpr.cpp271 Var->getType()->isLiteralType(Ctx) : in computeDeclRefDependence()
DExprConstant.cpp1481 if (!E->isRValue() || E->getType()->isLiteralType(Info.Ctx)) in CheckLiteralType()
3231 if (Object->getType()->isLiteralType(Info.Ctx)) in EvaluateObjectArgument()
/external/llvm-project/clang/lib/AST/
DDeclCXX.cpp289 if (!hasNonLiteralTypeFieldsOrBases() && !BaseType->isLiteralType(C)) in setBases()
1094 if (!T->isLiteralType(Context) || T.isVolatileQualified()) in addedMember()
1328 if (!T->isLiteralType(Context) || in addedMember()
DComputeDependence.cpp465 ? Var->getType()->isLiteralType(Ctx) in computeDependence()
DType.cpp2534 bool Type::isLiteralType(const ASTContext &Ctx) const { in isLiteralType() function in Type
2589 return AT->getValueType()->isLiteralType(Ctx); in isLiteralType()
DExprCXX.cpp1664 getType()->isLiteralType(Context) && in isUsableInConstantExpressions()
DExprConstant.cpp2297 if (!E->isRValue() || E->getType()->isLiteralType(Info.Ctx)) in CheckLiteralType()
4067 BaseType->isLiteralType(Info.Ctx) && !VD->hasDefinition()) { in findCompleteObject()
4572 if (Object->getType()->isLiteralType(Info.Ctx)) in EvaluateObjectArgument()
/external/clang/lib/Sema/
DSemaType.cpp7136 T->isLiteralType(Context)) in RequireLiteralType()
7171 if (!I.getType()->isLiteralType(Context)) { in RequireLiteralType()
7179 if (!I->getType()->isLiteralType(Context) || in RequireLiteralType()
DSemaExprCXX.cpp4010 return T->isLiteralType(C); in EvaluateUnaryTypeTrait()
DSemaDecl.cpp9896 } else if (getLangOpts().CPlusPlus11 && DclT->isLiteralType(Context)) { in AddInitializerToDecl()
/external/llvm-project/clang/lib/Sema/
DSemaType.cpp8786 T->isLiteralType(Context)) in RequireLiteralType()
8828 if (!I.getType()->isLiteralType(Context)) { in RequireLiteralType()
8835 if (!I->getType()->isLiteralType(Context) || in RequireLiteralType()
DSemaExprCXX.cpp4775 return T->isLiteralType(C); in EvaluateUnaryTypeTrait()
DSemaDeclCXX.cpp1628 return !T->isLiteralType(SemaRef.Context); in CheckLiteralType()
DSemaDecl.cpp12365 } else if (getLangOpts().CPlusPlus11 && DclT->isLiteralType(Context)) { in AddInitializerToDecl()
/external/clang/include/clang/AST/
DType.h1597 bool isLiteralType(const ASTContext &Ctx) const;
/external/llvm-project/clang/include/clang/AST/
DType.h1929 bool isLiteralType(const ASTContext &Ctx) const;