Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Lex/
HDLexer.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()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Lex/
HDLexer.h765 bool isCodeCompletionPoint(const char *CurPtr) const;