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

Completed in 63 milliseconds