Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DLexer.cpp1665 if (isCodeCompletionPoint(CurPtr)) { in LexIdentifier()
1927 if (isCodeCompletionPoint(CurPtr-1)) { in LexStringLiteral()
2059 if (isCodeCompletionPoint(CurPtr - 1)) { in LexAngledStringLiteral()
2147 if (isCodeCompletionPoint(CurPtr-1)) { in LexCharConstant()
2333 if (C == '\0' && isCodeCompletionPoint(CurPtr-1)) { in SkipLineComment()
2604 } else if (C == '\0' && isCodeCompletionPoint(CurPtr-1)) { in SkipBlockComment()
2665 if (isCodeCompletionPoint(CurPtr-1)) { in ReadToEndOfLine()
2946 bool Lexer::isCodeCompletionPoint(const char *CurPtr) const { in isCodeCompletionPoint() function in Lexer
3205 if (isCodeCompletionPoint(CurPtr-1)) { in LexTokenInternal()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/
H A DLexer.h709 bool isCodeCompletionPoint(const char *CurPtr) const;