HomeSort by: relevance | last modified time | path
    Searched refs:saw_fixed_point_suffix (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Lex/
LiteralSupport.h 54 bool saw_exponent, saw_period, saw_ud_suffix, saw_fixed_point_suffix; member in class:clang::NumericLiteralParser
78 return (saw_period || saw_exponent) && saw_fixed_point_suffix;
  /src/external/apache2/llvm/dist/clang/lib/Lex/
LiteralSupport.cpp 545 saw_fixed_point_suffix = false;
583 saw_fixed_point_suffix = true;
755 saw_fixed_point_suffix = false;
775 if (!hadError && saw_fixed_point_suffix) {

Completed in 23 milliseconds