Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp1692 if (isCodeCompletionPoint(CurPtr)) { in LexIdentifier()
1956 if (isCodeCompletionPoint(CurPtr-1)) { in LexStringLiteral()
2088 if (isCodeCompletionPoint(CurPtr - 1)) { in LexAngledStringLiteral()
2181 if (isCodeCompletionPoint(CurPtr-1)) { in LexCharConstant()
2384 if (C == '\0' && isCodeCompletionPoint(CurPtr-1)) { in SkipLineComment()
2669 } else if (C == '\0' && isCodeCompletionPoint(CurPtr-1)) { in SkipBlockComment()
2731 if (isCodeCompletionPoint(CurPtr-1)) { in ReadToEndOfLine()
3017 bool Lexer::isCodeCompletionPoint(const char *CurPtr) const { in isCodeCompletionPoint() function in Lexer
3279 if (isCodeCompletionPoint(CurPtr-1)) { in LexTokenInternal()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Lex/
H A DLexer.h727 bool isCodeCompletionPoint(const char *CurPtr) const;