Home
last modified time | relevance | path

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

/external/clang/lib/Lex/
DLexer.cpp1773 if (isCodeCompletionPoint(CurPtr-1)) { in LexStringLiteral()
1894 isCodeCompletionPoint(CurPtr-1)))) { in LexAngledStringLiteral()
1955 if (isCodeCompletionPoint(CurPtr-1)) { in LexCharConstant()
2136 if (C == '\0' && isCodeCompletionPoint(CurPtr-1)) { in SkipLineComment()
2408 } else if (C == '\0' && isCodeCompletionPoint(CurPtr-1)) { in SkipBlockComment()
2469 if (isCodeCompletionPoint(CurPtr-1)) { in ReadToEndOfLine()
2714 bool Lexer::isCodeCompletionPoint(const char *CurPtr) const { in isCodeCompletionPoint() function in Lexer
2972 if (isCodeCompletionPoint(CurPtr-1)) { in LexTokenInternal()
/external/clang/include/clang/Lex/
DLexer.h641 bool isCodeCompletionPoint(const char *CurPtr) const;