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

Completed in 398 milliseconds