Searched refs:isCodeCompletionPoint (Results 1 – 2 of 2) sorted by relevance
1644 if (isCodeCompletionPoint(CurPtr-1)) { in LexStringLiteral()1761 isCodeCompletionPoint(CurPtr-1)))) { in LexAngledStringLiteral()1814 if (isCodeCompletionPoint(CurPtr-1)) { in LexCharConstant()1975 if (C == '\0' && isCodeCompletionPoint(CurPtr-1)) { in SkipBCPLComment()2244 } else if (C == '\0' && isCodeCompletionPoint(CurPtr-1)) { in SkipBlockComment()2306 if (isCodeCompletionPoint(CurPtr-1)) { in ReadToEndOfLine()2527 bool Lexer::isCodeCompletionPoint(const char *CurPtr) const { in isCodeCompletionPoint() function in Lexer2589 if (isCodeCompletionPoint(CurPtr-1)) { in LexTokenInternal()
556 bool isCodeCompletionPoint(const char *CurPtr) const;