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

/external/clang/include/clang/Lex/
H A DLiteralSupport.h97 void ParseNumberStartingWithZero(SourceLocation TokLoc);
/external/clang/lib/Lex/
H A DLiteralSupport.cpp475 ParseNumberStartingWithZero(TokLoc);
625 /// ParseNumberStartingWithZero - This method is called when the first character
630 void NumericLiteralParser::ParseNumberStartingWithZero(SourceLocation TokLoc) { function in class:NumericLiteralParser

Completed in 101 milliseconds