Searched refs:isCodeCompletionPoint (Results 1 – 2 of 2) sorted by relevance
1745 if (isCodeCompletionPoint(CurPtr-1)) { in LexStringLiteral()1866 isCodeCompletionPoint(CurPtr-1)))) { in LexAngledStringLiteral()1927 if (isCodeCompletionPoint(CurPtr-1)) { in LexCharConstant()2108 if (C == '\0' && isCodeCompletionPoint(CurPtr-1)) { in SkipLineComment()2380 } else if (C == '\0' && isCodeCompletionPoint(CurPtr-1)) { in SkipBlockComment()2441 if (isCodeCompletionPoint(CurPtr-1)) { in ReadToEndOfLine()2686 bool Lexer::isCodeCompletionPoint(const char *CurPtr) const { in isCodeCompletionPoint() function in Lexer2944 if (isCodeCompletionPoint(CurPtr-1)) { in LexTokenInternal()
621 bool isCodeCompletionPoint(const char *CurPtr) const;