Searched refs:getCharAndSizeNoWarn (Results 1 – 2 of 2) sorted by relevance
/external/clang/include/clang/Lex/ |
D | Lexer.h | 429 static inline char getCharAndSizeNoWarn(const char *Ptr, unsigned &Size, in getCharAndSizeNoWarn() function
|
/external/clang/lib/Lex/ |
D | Lexer.cpp | 256 Spelling[Length++] = Lexer::getCharAndSizeNoWarn(BufPtr, Size, LangOpts); in getSpellingSlow() 285 Spelling[Length++] = Lexer::getCharAndSizeNoWarn(BufPtr, Size, LangOpts); in getSpellingSlow() 743 Lexer::getCharAndSizeNoWarn(TokPtr, Size, LangOpts); in AdvanceToTokenCharacter() 1537 char C1 = Lexer::getCharAndSizeNoWarn(Start, Size, LangOpts); in isHexaLiteral() 1540 char C2 = Lexer::getCharAndSizeNoWarn(Start + Size, Size, LangOpts); in isHexaLiteral() 1616 if (!isIdentifierBody(getCharAndSizeNoWarn(CurPtr + Size, NextSize, in LexUDSuffix()
|