HomeSort by relevance Sort by last modified time
    Searched refs:getCharAndSizeNoWarn (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/Lex/
Lexer.h 486 /// getCharAndSizeNoWarn - Like the getCharAndSize method, but does not ever
488 static inline char getCharAndSizeNoWarn(const char *Ptr, unsigned &Size,
  /external/clang/lib/Lex/
Lexer.cpp 277 buffer.push_back(Lexer::getCharAndSizeNoWarn(ti, charSize, options));
312 Result.push_back(Lexer::getCharAndSizeNoWarn(Ptr, CharSize, LangOpts));
372 *OutBuf++ = Lexer::getCharAndSizeNoWarn(Ptr, CharSize, LangOpts);
687 Lexer::getCharAndSizeNoWarn(TokPtr, Size, LangOpts);
    [all...]

Completed in 593 milliseconds