Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDeclCXX.cpp1631 static bool CheckLiteralType(Sema &SemaRef, Sema::CheckConstexprKind Kind, in CheckLiteralType() function
1691 if (CheckLiteralType(SemaRef, Kind, ParamLoc, *i, in CheckConstexprParameterTypes()
1704 if (CheckLiteralType(SemaRef, Kind, FD->getLocation(), FD->getReturnType(), in CheckConstexprReturnType()
1905 CheckLiteralType(SemaRef, Kind, VD->getLocation(), VD->getType(), in CheckConstexprDeclStmt()
1909 } else if (CheckLiteralType( in CheckConstexprDeclStmt()
/llvm-project-15.0.7/clang/lib/AST/
H A DExprConstant.cpp2318 static bool CheckLiteralType(EvalInfo &Info, const Expr *E, in CheckLiteralType() function
13065 if (!CheckLiteralType(Info, E)) in VisitBinCmp()
14848 if (!AllowNonLiteralTypes && !CheckLiteralType(Info, E, &This)) in EvaluateInPlace()
14881 if (!CheckLiteralType(Info, E)) in EvaluateAsRValue()