Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/Sema/
DSemaDeclCXX.cpp1665 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/
DExprConstant.cpp2319 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()