Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/
H A DLiteralSupport.h121 void ParseNumberStartingWithZero(SourceLocation TokLoc);
/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DLiteralSupport.cpp556 ParseNumberStartingWithZero(TokLoc); in NumericLiteralParser()
843 void NumericLiteralParser::ParseNumberStartingWithZero(SourceLocation TokLoc) { in ParseNumberStartingWithZero() function in NumericLiteralParser