HomeSort by relevance Sort by last modified time
    Searched refs:getCharAndSizeSlow (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/Lex/
Lexer.h 436 /// getCharAndSizeSlow method to handle the hard case.
443 char C = getCharAndSizeSlow(Ptr, Size, &Tok);
461 getCharAndSizeSlow(Ptr, Size, &Tok);
468 /// getCharAndSizeSlow method to handle the hard case.
478 return getCharAndSizeSlow(Ptr, Size);
481 /// getCharAndSizeSlow - Handle the slow/uncommon case of the getCharAndSize
483 char getCharAndSizeSlow(const char *Ptr, unsigned &Size, Token *Tok = 0);
524 /// getCharAndSizeSlowNoWarn - Same as getCharAndSizeSlow, but never emits a
  /external/clang/lib/Lex/
Lexer.cpp     [all...]

Completed in 105 milliseconds