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

/external/clang/lib/AST/
H A DExprConstant.cpp1032 static bool CheckLiteralType(EvalInfo &Info, const Expr *E) { function
6242 if (!AllowNonLiteralTypes && !CheckLiteralType(Info, E))
6261 if (!CheckLiteralType(Info, E))

Completed in 54 milliseconds