Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DLiteralSupport.h141 void ParseNumberStartingWithZero(SourceLocation TokLoc);
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DLiteralSupport.cpp944 ParseNumberStartingWithZero(TokLoc); in NumericLiteralParser()
1315 void NumericLiteralParser::ParseNumberStartingWithZero(SourceLocation TokLoc) { in ParseNumberStartingWithZero() function in NumericLiteralParser