Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp1985 if (isCodeCompletionPoint(CurPtr)) { in LexIdentifierContinue()
2220 if (isCodeCompletionPoint(CurPtr-1)) { in LexStringLiteral()
2363 if (isCodeCompletionPoint(CurPtr - 1)) { in LexAngledStringLiteral()
2456 if (isCodeCompletionPoint(CurPtr-1)) { in LexCharConstant()
2684 if (C == '\0' && isCodeCompletionPoint(CurPtr-1)) { in SkipLineComment()
3021 } else if (C == '\0' && isCodeCompletionPoint(CurPtr-1)) { in SkipBlockComment()
3083 if (isCodeCompletionPoint(CurPtr-1)) { in ReadToEndOfLine()
3376 bool Lexer::isCodeCompletionPoint(const char *CurPtr) const { in isCodeCompletionPoint() function in Lexer
3758 if (isCodeCompletionPoint(CurPtr-1)) { in LexTokenInternal()