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 505 /// getCharAndSizeSlow method to handle the hard case.
512 char C = getCharAndSizeSlow(Ptr, Size, &Tok);
529 getCharAndSizeSlow(Ptr, Size, &Tok);
536 /// getCharAndSizeSlow method to handle the hard case.
546 return getCharAndSizeSlow(Ptr, Size);
549 /// getCharAndSizeSlow - Handle the slow/uncommon case of the getCharAndSize
551 char getCharAndSizeSlow(const char *Ptr, unsigned &Size,
564 /// getCharAndSizeSlowNoWarn - Same as getCharAndSizeSlow, but never emits a
  /external/clang/lib/Lex/
Lexer.cpp     [all...]

Completed in 144 milliseconds