Searched refs:CheckLiteralType (Results 1 – 2 of 2) sorted by relevance
| /openbsd/src/gnu/llvm/clang/lib/Sema/ |
| D | SemaDeclCXX.cpp | 1665 static bool CheckLiteralType(Sema &SemaRef, Sema::CheckConstexprKind Kind, in CheckLiteralType() function 1725 if (CheckLiteralType(SemaRef, Kind, ParamLoc, *i, in CheckConstexprParameterTypes() 1738 if (CheckLiteralType(SemaRef, Kind, FD->getLocation(), FD->getReturnType(), in CheckConstexprReturnType() 1939 CheckLiteralType(SemaRef, Kind, VD->getLocation(), VD->getType(), in CheckConstexprDeclStmt() 1943 } else if (CheckLiteralType( in CheckConstexprDeclStmt()
|
| /openbsd/src/gnu/llvm/clang/lib/AST/ |
| D | ExprConstant.cpp | 2319 static bool CheckLiteralType(EvalInfo &Info, const Expr *E, in CheckLiteralType() function 13180 if (!CheckLiteralType(Info, E)) in VisitBinCmp() 15059 if (!AllowNonLiteralTypes && !CheckLiteralType(Info, E, &This)) in EvaluateInPlace() 15089 if (!CheckLiteralType(Info, E)) in EvaluateAsRValue()
|