Home
last modified time | relevance | path

Searched refs:SizedChar (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DLexer.h597 struct SizedChar { struct
604 static inline SizedChar getCharAndSizeNoWarn(const char *Ptr, in getCharAndSizeNoWarn() argument
728 SizedChar getCharAndSizeSlow(const char *Ptr, Token *Tok = nullptr);
737 static SizedChar getCharAndSizeSlowNoWarn(const char *Ptr,
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp1423 Lexer::SizedChar Lexer::getCharAndSizeSlow(const char *Ptr, Token *Tok) { in getCharAndSizeSlow()
1484 Lexer::SizedChar Lexer::getCharAndSizeSlowNoWarn(const char *Ptr, in getCharAndSizeSlowNoWarn()