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

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

Completed in 159 milliseconds