Searched refs:CheckLiteralType (Results 1 – 3 of 3) sorted by relevance
/external/clang/lib/AST/ |
D | ExprConstant.cpp | 1479 static bool CheckLiteralType(EvalInfo &Info, const Expr *E, in CheckLiteralType() function 9076 if (!AllowNonLiteralTypes && !CheckLiteralType(Info, E, &This)) in EvaluateInPlace() 9098 if (!CheckLiteralType(Info, E)) in EvaluateAsRValue()
|
/external/llvm-project/clang/lib/AST/ |
D | ExprConstant.cpp | 2295 static bool CheckLiteralType(EvalInfo &Info, const Expr *E, in CheckLiteralType() function 12798 if (!CheckLiteralType(Info, E)) in VisitBinCmp() 14570 if (!AllowNonLiteralTypes && !CheckLiteralType(Info, E, &This)) in EvaluateInPlace() 14603 if (!CheckLiteralType(Info, E)) in EvaluateAsRValue()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaDeclCXX.cpp | 1616 static bool CheckLiteralType(Sema &SemaRef, Sema::CheckConstexprKind Kind, in CheckLiteralType() function 1676 if (CheckLiteralType(SemaRef, Kind, ParamLoc, *i, in CheckConstexprParameterTypes() 1689 if (CheckLiteralType(SemaRef, Kind, FD->getLocation(), FD->getReturnType(), in CheckConstexprReturnType() 1884 if (CheckLiteralType(SemaRef, Kind, VD->getLocation(), VD->getType(), in CheckConstexprDeclStmt()
|