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

/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Lex/
H A DLiteralSupport.h101 void ParseNumberStartingWithZero(SourceLocation TokLoc);
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Lex/
H A DLiteralSupport.cpp487 ParseNumberStartingWithZero(TokLoc);
700 /// ParseNumberStartingWithZero - This method is called when the first character
705 void NumericLiteralParser::ParseNumberStartingWithZero(SourceLocation TokLoc) { function in class:NumericLiteralParser

Completed in 43 milliseconds