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

/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DLiteralSupport.h125 void ParseNumberStartingWithZero(SourceLocation TokLoc);
/netbsd-current/external/apache2/llvm/dist/clang/lib/Lex/
H A DLiteralSupport.cpp561 ParseNumberStartingWithZero(TokLoc);
875 /// ParseNumberStartingWithZero - This method is called when the first character
880 void NumericLiteralParser::ParseNumberStartingWithZero(SourceLocation TokLoc) { function in class:NumericLiteralParser

Completed in 84 milliseconds