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 446 /// getCharAndSizeNoWarn - Like the getCharAndSize method, but does not ever
448 static inline char getCharAndSizeNoWarn(const char *Ptr, unsigned &Size,
  /external/clang/lib/Lex/
Lexer.cpp 242 Spelling[Length++] = Lexer::getCharAndSizeNoWarn(BufPtr, Size, LangOpts);
271 Spelling[Length++] = Lexer::getCharAndSizeNoWarn(BufPtr, Size, LangOpts);
729 Lexer::getCharAndSizeNoWarn(TokPtr, Size, LangOpts);
    [all...]

Completed in 43 milliseconds