Searched defs:AllowNonLiteralTypes (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/AST/
H A DExprConstant.cpp884 bool AllowNonLiteralTypes = false);
6241 bool AllowNonLiteralTypes) {
6242 if (!AllowNonLiteralTypes && !CheckLiteralType(Info, E))
6375 /*AllowNonLiteralTypes=*/true))
6380 /*AllowNonLiteralTypes=*/true) ||
6239 EvaluateInPlace(APValue &Result, EvalInfo &Info, const LValue &This, const Expr *E, CheckConstantExpressionKind CCEK, bool AllowNonLiteralTypes) argument

Completed in 174 milliseconds