Searched refs:CheckLiteralType (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaDeclCXX.cpp | 1677 static bool CheckLiteralType(Sema &SemaRef, Sema::CheckConstexprKind Kind, in CheckLiteralType() function 1742 if (CheckLiteralType(SemaRef, Kind, ParamLoc, *i, in CheckConstexprParameterTypes() 1757 if (CheckLiteralType(SemaRef, Kind, FD->getLocation(), FD->getReturnType(), in CheckConstexprReturnType() 1959 CheckLiteralType(SemaRef, Kind, VD->getLocation(), VD->getType(), in CheckConstexprDeclStmt() 1963 } else if (CheckLiteralType( in CheckConstexprDeclStmt()
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ExprConstant.cpp | 2402 static bool CheckLiteralType(EvalInfo &Info, const Expr *E, in CheckLiteralType() function 13870 if (!CheckLiteralType(Info, E)) in VisitBinCmp() 15823 if (!AllowNonLiteralTypes && !CheckLiteralType(Info, E, &This)) in EvaluateInPlace() 15853 if (!CheckLiteralType(Info, E)) in EvaluateAsRValue()
|