Searched refs:isIdentifierBodyChar (Results 1 – 5 of 5) sorted by relevance
299 return !(Lexer::isIdentifierBodyChar(left, LangOpts) && in canBeJoined()300 Lexer::isIdentifierBodyChar(right, LangOpts)); in canBeJoined()
464 static bool isIdentifierBodyChar(char c, const LangOptions &LangOpts);
258 if (Lexer::isIdentifierBodyChar(PrevChar, Pass.Ctx.getLangOpts())) in rewriteToBridgedCast()
3400 if (Lexer::isIdentifierBodyChar(PrevChar, S.getLangOpts())) in addFixitForObjCARCConversion()3418 if (Lexer::isIdentifierBodyChar(PrevChar, S.getLangOpts())) in addFixitForObjCARCConversion()
1030 bool Lexer::isIdentifierBodyChar(char c, const LangOptions &LangOpts) { in isIdentifierBodyChar() function in Lexer