Lines Matching refs:TokPtr
734 const char *TokPtr = SM.getCharacterData(TokStart, &Invalid); in getTokenPrefixLength() local
737 if (Invalid || (CharNo == 0 && Lexer::isObviouslySimpleCharacter(*TokPtr))) in getTokenPrefixLength()
745 while (Lexer::isObviouslySimpleCharacter(*TokPtr)) { in getTokenPrefixLength()
748 ++TokPtr; in getTokenPrefixLength()
757 Lexer::getCharAndSizeNoWarn(TokPtr, Size, LangOpts); in getTokenPrefixLength()
758 TokPtr += Size; in getTokenPrefixLength()
766 if (!Lexer::isObviouslySimpleCharacter(*TokPtr)) in getTokenPrefixLength()
767 PhysOffset += Lexer::SkipEscapedNewLines(TokPtr)-TokPtr; in getTokenPrefixLength()
4308 const char *TokPtr = BufferStart + DDTok.Offset; in convertDependencyDirectiveToken() local
4310 Result.setLocation(getSourceLocation(TokPtr)); in convertDependencyDirectiveToken()
4314 BufferPtr = TokPtr + DDTok.Length; in convertDependencyDirectiveToken()
4315 return TokPtr; in convertDependencyDirectiveToken()
4337 const char *TokPtr = convertDependencyDirectiveToken(DDTok, Result); in LexDependencyDirectiveToken() local
4344 Result.setRawIdentifierData(TokPtr); in LexDependencyDirectiveToken()
4353 Result.setLiteralData(TokPtr); in LexDependencyDirectiveToken()