Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Lex/
DLexer.cpp1677 if (isCodeCompletionPoint(CurPtr)) { in LexIdentifier()
1939 if (isCodeCompletionPoint(CurPtr-1)) { in LexStringLiteral()
2071 if (isCodeCompletionPoint(CurPtr - 1)) { in LexAngledStringLiteral()
2164 if (isCodeCompletionPoint(CurPtr-1)) { in LexCharConstant()
2367 if (C == '\0' && isCodeCompletionPoint(CurPtr-1)) { in SkipLineComment()
2638 } else if (C == '\0' && isCodeCompletionPoint(CurPtr-1)) { in SkipBlockComment()
2700 if (isCodeCompletionPoint(CurPtr-1)) { in ReadToEndOfLine()
2981 bool Lexer::isCodeCompletionPoint(const char *CurPtr) const { in isCodeCompletionPoint() function in Lexer
3243 if (isCodeCompletionPoint(CurPtr-1)) { in LexTokenInternal()
/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;
/external/llvm-project/clang/include/clang/Lex/
DLexer.h727 bool isCodeCompletionPoint(const char *CurPtr) const;