Home
last modified time | relevance | path

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

/external/clang/include/clang/Lex/
DLiteralSupport.h52 bool saw_exponent, saw_period, saw_ud_suffix; variable
69 return !saw_period && !saw_exponent; in isIntegerLiteral()
72 return saw_period || saw_exponent; in isFloatingLiteral()
/external/clang/lib/Lex/
DLiteralSupport.cpp519 saw_exponent = false; in NumericLiteralParser()
555 saw_exponent = true; in NumericLiteralParser()
784 saw_exponent = true; in ParseNumberStartingWithZero()
871 saw_exponent = true; in ParseNumberStartingWithZero()