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 451 /// getCharAndSizeNoWarn - Like the getCharAndSize method, but does not ever
453 static inline char getCharAndSizeNoWarn(const char *Ptr, unsigned &Size,
  /external/clang/lib/Lex/
Lexer.cpp 274 buffer.push_back(Lexer::getCharAndSizeNoWarn(ti, charSize, options));
309 Result.push_back(Lexer::getCharAndSizeNoWarn(Ptr, CharSize, Features));
369 *OutBuf++ = Lexer::getCharAndSizeNoWarn(Ptr, CharSize, Features);
684 Lexer::getCharAndSizeNoWarn(TokPtr, Size, Features);
    [all...]

Completed in 583 milliseconds