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

  /src/external/apache2/llvm/dist/clang/lib/Lex/
Lexer.cpp 1313 /// This handles the slow/uncommon case of the getCharAndSize method. Here we
1708 C = getCharAndSize(CurPtr, Size);
1718 C = getCharAndSize(CurPtr, Size);
1721 C = getCharAndSize(CurPtr, Size);
1724 C = getCharAndSize(CurPtr, Size);
1733 C = getCharAndSize(CurPtr, Size);
1736 C = getCharAndSize(CurPtr, Size);
1757 char C = getCharAndSize(CurPtr, Size);
1762 C = getCharAndSize(CurPtr, Size);
1826 char C = getCharAndSize(CurPtr, Size)
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/Lex/
Lexer.h 545 /// getCharAndSizeNoWarn - Like the getCharAndSize method, but does not ever
610 // The second interface is the combination of getCharAndSize with
611 // ConsumeChar. getCharAndSize reads a phase 1/2 translated character,
641 /// ConsumeChar - When a character (identified by getCharAndSize) is consumed
657 /// getCharAndSize - Peek a single 'character' from the specified buffer,
661 inline char getCharAndSize(const char *Ptr, unsigned &Size) {
673 /// getCharAndSizeSlow - Handle the slow/uncommon case of the getCharAndSize

Completed in 30 milliseconds