Home
last modified time | relevance | path

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

/external/clang/lib/Lex/
DLexer.cpp1644 if (isCodeCompletionPoint(CurPtr-1)) { in LexStringLiteral()
1761 isCodeCompletionPoint(CurPtr-1)))) { in LexAngledStringLiteral()
1814 if (isCodeCompletionPoint(CurPtr-1)) { in LexCharConstant()
1975 if (C == '\0' && isCodeCompletionPoint(CurPtr-1)) { in SkipBCPLComment()
2244 } else if (C == '\0' && isCodeCompletionPoint(CurPtr-1)) { in SkipBlockComment()
2306 if (isCodeCompletionPoint(CurPtr-1)) { in ReadToEndOfLine()
2527 bool Lexer::isCodeCompletionPoint(const char *CurPtr) const { in isCodeCompletionPoint() function in Lexer
2589 if (isCodeCompletionPoint(CurPtr-1)) { in LexTokenInternal()
/external/clang/include/clang/Lex/
DLexer.h556 bool isCodeCompletionPoint(const char *CurPtr) const;