Home
last modified time | relevance | path

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

/external/clang/include/clang/Lex/
DLiteralSupport.h110 void ParseDecimalOrOctalCommon(SourceLocation TokLoc);
/external/clang/lib/Lex/
DLiteralSupport.cpp542 ParseDecimalOrOctalCommon(TokLoc); in NumericLiteralParser()
694 void NumericLiteralParser::ParseDecimalOrOctalCommon(SourceLocation TokLoc){ in ParseDecimalOrOctalCommon() function in NumericLiteralParser
892 ParseDecimalOrOctalCommon(TokLoc); in ParseNumberStartingWithZero()