Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/clang/include/clang/Lex/
HDLiteralSupport.h101 void ParseNumberStartingWithZero(SourceLocation TokLoc);
/trueos/contrib/llvm/tools/clang/lib/Lex/
HDLiteralSupport.cpp487 ParseNumberStartingWithZero(TokLoc); in NumericLiteralParser()
705 void NumericLiteralParser::ParseNumberStartingWithZero(SourceLocation TokLoc) { in ParseNumberStartingWithZero() function in NumericLiteralParser