Home
last modified time | relevance | path

Searched refs:saw_period (Results 1 – 2 of 2) sorted by relevance

/external/clang/include/clang/Lex/
DLiteralSupport.h53 bool saw_exponent, saw_period, saw_ud_suffix; variable
72 return !saw_period && !saw_exponent; in isIntegerLiteral()
75 return saw_period || saw_exponent; in isFloatingLiteral()
/external/clang/lib/Lex/
DLiteralSupport.cpp520 saw_period = false; in NumericLiteralParser()
710 saw_period = true; in ParseDecimalOrOctalCommon()
798 saw_period = true; in ParseNumberStartingWithZero()
839 } else if (saw_period) { in ParseNumberStartingWithZero()