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 501 /// getCharAndSizeSlow method to handle the hard case.
508 char C = getCharAndSizeSlow(Ptr, Size, &Tok);
525 getCharAndSizeSlow(Ptr, Size, &Tok);
532 /// getCharAndSizeSlow method to handle the hard case.
542 return getCharAndSizeSlow(Ptr, Size);
545 /// getCharAndSizeSlow - Handle the slow/uncommon case of the getCharAndSize
547 char getCharAndSizeSlow(const char *Ptr, unsigned &Size, Token *Tok = 0);
559 /// getCharAndSizeSlowNoWarn - Same as getCharAndSizeSlow, but never emits a
  /external/clang/lib/Lex/
Lexer.cpp     [all...]

Completed in 29 milliseconds