Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Lex/
H A DLexer.cpp1815 if (isCodeCompletionPoint(CurPtr)) { in LexIdentifierContinue()
2044 if (isCodeCompletionPoint(CurPtr-1)) { in LexStringLiteral()
2176 if (isCodeCompletionPoint(CurPtr - 1)) { in LexAngledStringLiteral()
2269 if (isCodeCompletionPoint(CurPtr-1)) { in LexCharConstant()
2497 if (C == '\0' && isCodeCompletionPoint(CurPtr-1)) { in SkipLineComment()
2834 } else if (C == '\0' && isCodeCompletionPoint(CurPtr-1)) { in SkipBlockComment()
2896 if (isCodeCompletionPoint(CurPtr-1)) { in ReadToEndOfLine()
3189 bool Lexer::isCodeCompletionPoint(const char *CurPtr) const { in isCodeCompletionPoint() function in Lexer
3562 if (isCodeCompletionPoint(CurPtr-1)) { in LexTokenInternal()
/llvm-project-15.0.7/clang/include/clang/Lex/
H A DLexer.h764 bool isCodeCompletionPoint(const char *CurPtr) const;