Searched refs:isIdentifierBodyChar (Results 1 – 5 of 5) sorted by relevance
247 return !(Lexer::isIdentifierBodyChar(left, LangOpts) && in canBeJoined()248 Lexer::isIdentifierBodyChar(right, LangOpts)); in canBeJoined()
444 static bool isIdentifierBodyChar(char c, const LangOptions &LangOpts);
258 if (Lexer::isIdentifierBodyChar(PrevChar, Pass.Ctx.getLangOpts())) in rewriteToBridgedCast()
3120 if (Lexer::isIdentifierBodyChar(PrevChar, S.getLangOpts())) in addFixitForObjCARCConversion()3138 if (Lexer::isIdentifierBodyChar(PrevChar, S.getLangOpts())) in addFixitForObjCARCConversion()
1003 bool Lexer::isIdentifierBodyChar(char c, const LangOptions &LangOpts) { in isIdentifierBodyChar() function in Lexer