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

  /external/clang/include/clang/Lex/
Lexer.h 466 /// getCharAndSizeNoWarn - Like the getCharAndSize method, but does not ever
468 static inline char getCharAndSizeNoWarn(const char *Ptr, unsigned &Size,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Lex/
Lexer.h 466 /// getCharAndSizeNoWarn - Like the getCharAndSize method, but does not ever
468 static inline char getCharAndSizeNoWarn(const char *Ptr, unsigned &Size,
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Lex/
Lexer.h 466 /// getCharAndSizeNoWarn - Like the getCharAndSize method, but does not ever
468 static inline char getCharAndSizeNoWarn(const char *Ptr, unsigned &Size,
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Lex/
Lexer.h 466 /// getCharAndSizeNoWarn - Like the getCharAndSize method, but does not ever
468 static inline char getCharAndSizeNoWarn(const char *Ptr, unsigned &Size,
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Lex/
Lexer.h 487 /// getCharAndSizeNoWarn - Like the getCharAndSize method, but does not ever
489 static inline char getCharAndSizeNoWarn(const char *Ptr, unsigned &Size,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Lex/
Lexer.h 487 /// getCharAndSizeNoWarn - Like the getCharAndSize method, but does not ever
489 static inline char getCharAndSizeNoWarn(const char *Ptr, unsigned &Size,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Lex/
Lexer.h 487 /// getCharAndSizeNoWarn - Like the getCharAndSize method, but does not ever
489 static inline char getCharAndSizeNoWarn(const char *Ptr, unsigned &Size,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Lex/
Lexer.h 487 /// getCharAndSizeNoWarn - Like the getCharAndSize method, but does not ever
489 static inline char getCharAndSizeNoWarn(const char *Ptr, unsigned &Size,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Lex/
Lexer.h 466 /// getCharAndSizeNoWarn - Like the getCharAndSize method, but does not ever
468 static inline char getCharAndSizeNoWarn(const char *Ptr, unsigned &Size,
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Lex/
Lexer.h 466 /// getCharAndSizeNoWarn - Like the getCharAndSize method, but does not ever
468 static inline char getCharAndSizeNoWarn(const char *Ptr, unsigned &Size,
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Lex/
Lexer.h 466 /// getCharAndSizeNoWarn - Like the getCharAndSize method, but does not ever
468 static inline char getCharAndSizeNoWarn(const char *Ptr, unsigned &Size,
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Lex/
Lexer.h 487 /// getCharAndSizeNoWarn - Like the getCharAndSize method, but does not ever
489 static inline char getCharAndSizeNoWarn(const char *Ptr, unsigned &Size,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Lex/
Lexer.h 487 /// getCharAndSizeNoWarn - Like the getCharAndSize method, but does not ever
489 static inline char getCharAndSizeNoWarn(const char *Ptr, unsigned &Size,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Lex/
Lexer.h 487 /// getCharAndSizeNoWarn - Like the getCharAndSize method, but does not ever
489 static inline char getCharAndSizeNoWarn(const char *Ptr, unsigned &Size,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Lex/
Lexer.h 487 /// getCharAndSizeNoWarn - Like the getCharAndSize method, but does not ever
489 static inline char getCharAndSizeNoWarn(const char *Ptr, unsigned &Size,
    [all...]
  /external/clang/lib/Lex/
Lexer.cpp 242 Spelling[Length++] = Lexer::getCharAndSizeNoWarn(BufPtr, Size, LangOpts);
271 Spelling[Length++] = Lexer::getCharAndSizeNoWarn(BufPtr, Size, LangOpts);
731 Lexer::getCharAndSizeNoWarn(TokPtr, Size, LangOpts);
    [all...]

Completed in 307 milliseconds