Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DLexer.cpp1677 if (isCodeCompletionPoint(CurPtr)) { in LexIdentifier()
1941 if (isCodeCompletionPoint(CurPtr-1)) { in LexStringLiteral()
2073 if (isCodeCompletionPoint(CurPtr - 1)) { in LexAngledStringLiteral()
2166 if (isCodeCompletionPoint(CurPtr-1)) { in LexCharConstant()
2369 if (C == '\0' && isCodeCompletionPoint(CurPtr-1)) { in SkipLineComment()
2640 } else if (C == '\0' && isCodeCompletionPoint(CurPtr-1)) { in SkipBlockComment()
2702 if (isCodeCompletionPoint(CurPtr-1)) { in ReadToEndOfLine()
2983 bool Lexer::isCodeCompletionPoint(const char *CurPtr) const { in isCodeCompletionPoint() function in Lexer
3245 if (isCodeCompletionPoint(CurPtr-1)) { in LexTokenInternal()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DLexer.h727 bool isCodeCompletionPoint(const char *CurPtr) const;