Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Lex/
H A DLiteralSupport.h133 void ParseNumberStartingWithZero(SourceLocation TokLoc);
/llvm-project-15.0.7/clang/lib/Lex/
H A DLiteralSupport.cpp874 ParseNumberStartingWithZero(TokLoc); in NumericLiteralParser()
1212 void NumericLiteralParser::ParseNumberStartingWithZero(SourceLocation TokLoc) { in ParseNumberStartingWithZero() function in NumericLiteralParser