Home
last modified time | relevance | path

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

/external/clang/lib/Lex/
DLexer.cpp1745 if (isCodeCompletionPoint(CurPtr-1)) { in LexStringLiteral()
1866 isCodeCompletionPoint(CurPtr-1)))) { in LexAngledStringLiteral()
1927 if (isCodeCompletionPoint(CurPtr-1)) { in LexCharConstant()
2108 if (C == '\0' && isCodeCompletionPoint(CurPtr-1)) { in SkipLineComment()
2380 } else if (C == '\0' && isCodeCompletionPoint(CurPtr-1)) { in SkipBlockComment()
2441 if (isCodeCompletionPoint(CurPtr-1)) { in ReadToEndOfLine()
2686 bool Lexer::isCodeCompletionPoint(const char *CurPtr) const { in isCodeCompletionPoint() function in Lexer
2944 if (isCodeCompletionPoint(CurPtr-1)) { in LexTokenInternal()
/external/clang/include/clang/Lex/
DLexer.h621 bool isCodeCompletionPoint(const char *CurPtr) const;