Searched refs:getCharAndSize (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Lex/
H A DLexer.cpp1227 /// This handles the slow/uncommon case of the getCharAndSize method. Here we
1517 C = getCharAndSize(CurPtr, Size);
1527 C = getCharAndSize(CurPtr, Size);
1531 C = getCharAndSize(CurPtr, Size);
1534 C = getCharAndSize(CurPtr, Size);
1543 C = getCharAndSize(CurPtr, Size);
1546 C = getCharAndSize(CurPtr, Size);
1567 char C = getCharAndSize(CurPtr, Size);
1572 C = getCharAndSize(CurPtr, Size);
1633 char C = getCharAndSize(CurPt
[all...]
/external/clang/include/clang/Lex/
H A DLexer.h426 /// getCharAndSizeNoWarn - Like the getCharAndSize method, but does not ever
486 // The second interface is the combination of getCharAndSize with
487 // ConsumeChar. getCharAndSize reads a phase 1/2 translated character,
517 /// ConsumeChar - When a character (identified by getCharAndSize) is consumed
533 /// getCharAndSize - Peek a single 'character' from the specified buffer,
537 inline char getCharAndSize(const char *Ptr, unsigned &Size) { function in class:clang::Lexer
549 /// getCharAndSizeSlow - Handle the slow/uncommon case of the getCharAndSize

Completed in 3137 milliseconds