Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExprConstant.cpp1813 bool AllowNonLiteralTypes = false);
14575 const Expr *E, bool AllowNonLiteralTypes) { in EvaluateInPlace() argument
14578 if (!AllowNonLiteralTypes && !CheckLiteralType(Info, E, &This)) in EvaluateInPlace()