OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getCharAndSizeSlow
(Results
1 - 2
of
2
) sorted by null
/external/clang/include/clang/Lex/
Lexer.h
525
///
getCharAndSizeSlow
method to handle the hard case.
532
char C =
getCharAndSizeSlow
(Ptr, Size, &Tok);
549
getCharAndSizeSlow
(Ptr, Size, &Tok);
556
///
getCharAndSizeSlow
method to handle the hard case.
566
return
getCharAndSizeSlow
(Ptr, Size);
569
///
getCharAndSizeSlow
- Handle the slow/uncommon case of the getCharAndSize
571
char
getCharAndSizeSlow
(const char *Ptr, unsigned &Size,
584
/// getCharAndSizeSlowNoWarn - Same as
getCharAndSizeSlow
, but never emits a
/external/clang/lib/Lex/
Lexer.cpp
[
all
...]
Completed in 76 milliseconds