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

/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DLiteralSupport.h126 void ParseDecimalOrOctalCommon(SourceLocation TokLoc);
/netbsd-current/external/apache2/llvm/dist/clang/lib/Lex/
H A DLiteralSupport.cpp570 ParseDecimalOrOctalCommon(TokLoc);
780 /// ParseDecimalOrOctalCommon - This method is called for decimal or octal
783 void NumericLiteralParser::ParseDecimalOrOctalCommon(SourceLocation TokLoc){ function in class:NumericLiteralParser
998 ParseDecimalOrOctalCommon(TokLoc);

Completed in 138 milliseconds