Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Lex/
H A DLiteralSupport.h125 void ParseNumberStartingWithZero(SourceLocation TokLoc);
/freebsd-13.1/contrib/llvm-project/clang/lib/Lex/
H A DLiteralSupport.cpp561 ParseNumberStartingWithZero(TokLoc); in NumericLiteralParser()
880 void NumericLiteralParser::ParseNumberStartingWithZero(SourceLocation TokLoc) { in ParseNumberStartingWithZero() function in NumericLiteralParser