Searched defs:BuildFloatingLiteral (Results 1 - 1 of 1) sorted by last modified time

/external/clang/lib/Sema/
H A DSemaExpr.cpp3017 static Expr *BuildFloatingLiteral(Sema &S, NumericLiteralParser &Literal, function
3116 Lit = BuildFloatingLiteral(*this, Literal, CookedTy, Tok.getLocation());
3175 Res = BuildFloatingLiteral(*this, Literal, Ty, Tok.getLocation());

Completed in 94 milliseconds