Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DExprConstant.cpp1253 bool AllowNonLiteralTypes = false);
9073 const Expr *E, bool AllowNonLiteralTypes) { in EvaluateInPlace() argument
9076 if (!AllowNonLiteralTypes && !CheckLiteralType(Info, E, &This)) in EvaluateInPlace()
/external/llvm-project/clang/lib/AST/
DExprConstant.cpp1807 bool AllowNonLiteralTypes = false);
14567 const Expr *E, bool AllowNonLiteralTypes) { in EvaluateInPlace() argument
14570 if (!AllowNonLiteralTypes && !CheckLiteralType(Info, E, &This)) in EvaluateInPlace()