OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getCharAndSizeNoWarn
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/Lex/
Lexer.h
545
///
getCharAndSizeNoWarn
- Like the getCharAndSize method, but does not ever
547
static inline char
getCharAndSizeNoWarn
(const char *Ptr, unsigned &Size,
/src/external/apache2/llvm/dist/clang/lib/Lex/
Lexer.cpp
284
Spelling[Length++] = Lexer::
getCharAndSizeNoWarn
(BufPtr, Size, LangOpts);
313
Spelling[Length++] = Lexer::
getCharAndSizeNoWarn
(BufPtr, Size, LangOpts);
751
Lexer::
getCharAndSizeNoWarn
(TokPtr, Size, LangOpts);
1372
///
getCharAndSizeNoWarn
method. Here we know that we can accumulate into Size,
1745
char C1 = Lexer::
getCharAndSizeNoWarn
(Start, Size, LangOpts);
1748
char C2 = Lexer::
getCharAndSizeNoWarn
(Start + Size, Size, LangOpts);
1793
char Next =
getCharAndSizeNoWarn
(CurPtr + Size, NextSize, getLangOpts());
1866
char Next =
getCharAndSizeNoWarn
(CurPtr + Consumed, NextSize,
Completed in 22 milliseconds
Indexes created Wed Jun 24 00:24:50 UTC 2026