Home | History | Annotate | Download | only in AST

Lines Matching refs:IsExact

699                                  bool isexact, QualType Type, SourceLocation L)
703 FloatingLiteralBits.IsExact = isexact;
710 FloatingLiteralBits.IsExact = false;
715 bool isexact, QualType Type, SourceLocation L) {
716 return new (C) FloatingLiteral(C, V, isexact, Type, L);