Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DLiteralSupport.h126 void ParseDecimalOrOctalCommon(SourceLocation TokLoc);
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DLiteralSupport.cpp570 ParseDecimalOrOctalCommon(TokLoc); in NumericLiteralParser()
783 void NumericLiteralParser::ParseDecimalOrOctalCommon(SourceLocation TokLoc){ in ParseDecimalOrOctalCommon() function in NumericLiteralParser
998 ParseDecimalOrOctalCommon(TokLoc); in ParseNumberStartingWithZero()