Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DLiteralSupport.h142 void ParseDecimalOrOctalCommon(SourceLocation TokLoc);
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DLiteralSupport.cpp953 ParseDecimalOrOctalCommon(TokLoc); in NumericLiteralParser()
1216 void NumericLiteralParser::ParseDecimalOrOctalCommon(SourceLocation TokLoc){ in ParseDecimalOrOctalCommon() function in NumericLiteralParser
1445 ParseDecimalOrOctalCommon(TokLoc); in ParseNumberStartingWithZero()