Home | History | Annotate | Download | only in Sema

Lines Matching refs:ActOnIntegerConstant

3116 ExprResult Sema::ActOnIntegerConstant(SourceLocation Loc, uint64_t Val) {
3187 return ActOnIntegerConstant(Tok.getLocation(), Val-'0');