HomeSort by: relevance | last modified time | path
    Searched refs:ParseDecimalOrOctalCommon (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Lex/
LiteralSupport.h 126 void ParseDecimalOrOctalCommon(SourceLocation TokLoc);
  /src/external/apache2/llvm/dist/clang/lib/Lex/
LiteralSupport.cpp 570 ParseDecimalOrOctalCommon(TokLoc);
780 /// ParseDecimalOrOctalCommon - This method is called for decimal or octal
783 void NumericLiteralParser::ParseDecimalOrOctalCommon(SourceLocation TokLoc){
998 ParseDecimalOrOctalCommon(TokLoc);

Completed in 18 milliseconds