Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp2004 if (isCodeCompletionPoint(CurPtr)) { in LexIdentifierContinue()
2239 if (isCodeCompletionPoint(CurPtr-1)) { in LexStringLiteral()
2382 if (isCodeCompletionPoint(CurPtr - 1)) { in LexAngledStringLiteral()
2477 if (isCodeCompletionPoint(CurPtr-1)) { in LexCharConstant()
2705 if (C == '\0' && isCodeCompletionPoint(CurPtr-1)) { in SkipLineComment()
3042 } else if (C == '\0' && isCodeCompletionPoint(CurPtr-1)) { in SkipBlockComment()
3104 if (isCodeCompletionPoint(CurPtr-1)) { in ReadToEndOfLine()
3380 bool Lexer::isCodeCompletionPoint(const char *CurPtr) const { in isCodeCompletionPoint() function in Lexer
3783 if (isCodeCompletionPoint(CurPtr-1)) { in LexTokenInternal()
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DLexer.h778 bool isCodeCompletionPoint(const char *CurPtr) const;