Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp1940 if (isCodeCompletionPoint(CurPtr)) { in LexIdentifierContinue()
2175 if (isCodeCompletionPoint(CurPtr-1)) { in LexStringLiteral()
2307 if (isCodeCompletionPoint(CurPtr - 1)) { in LexAngledStringLiteral()
2400 if (isCodeCompletionPoint(CurPtr-1)) { in LexCharConstant()
2628 if (C == '\0' && isCodeCompletionPoint(CurPtr-1)) { in SkipLineComment()
2965 } else if (C == '\0' && isCodeCompletionPoint(CurPtr-1)) { in SkipBlockComment()
3027 if (isCodeCompletionPoint(CurPtr-1)) { in ReadToEndOfLine()
3320 bool Lexer::isCodeCompletionPoint(const char *CurPtr) const { in isCodeCompletionPoint() function in Lexer
3702 if (isCodeCompletionPoint(CurPtr-1)) { in LexTokenInternal()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Lex/
H A DLexer.h765 bool isCodeCompletionPoint(const char *CurPtr) const;