Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Lex/
H A DLexer.cpp1876 if (isCodeCompletionPoint(CurPtr)) { in LexIdentifierContinue()
2105 if (isCodeCompletionPoint(CurPtr-1)) { in LexStringLiteral()
2237 if (isCodeCompletionPoint(CurPtr - 1)) { in LexAngledStringLiteral()
2330 if (isCodeCompletionPoint(CurPtr-1)) { in LexCharConstant()
2558 if (C == '\0' && isCodeCompletionPoint(CurPtr-1)) { in SkipLineComment()
2895 } else if (C == '\0' && isCodeCompletionPoint(CurPtr-1)) { in SkipBlockComment()
2957 if (isCodeCompletionPoint(CurPtr-1)) { in ReadToEndOfLine()
3250 bool Lexer::isCodeCompletionPoint(const char *CurPtr) const { in isCodeCompletionPoint() function in Lexer
3630 if (isCodeCompletionPoint(CurPtr-1)) { in LexTokenInternal()
/openbsd-src/gnu/llvm/clang/include/clang/Lex/
H A DLexer.h764 bool isCodeCompletionPoint(const char *CurPtr) const;