Home
last modified time | relevance | path

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

/external/clang/include/clang/Lex/
DLiteralSupport.h109 void ParseNumberStartingWithZero(SourceLocation TokLoc);
/external/clang/lib/Lex/
DLiteralSupport.cpp533 ParseNumberStartingWithZero(TokLoc); in NumericLiteralParser()
780 void NumericLiteralParser::ParseNumberStartingWithZero(SourceLocation TokLoc) { in ParseNumberStartingWithZero() function in NumericLiteralParser