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

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

Completed in 35 milliseconds