Home
last modified time | relevance | path

Searched refs:isIdentifierBodyChar (Results 1 – 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/Edit/
DEditedSource.cpp317 return !(Lexer::isIdentifierBodyChar(left, LangOpts) && in canBeJoined()
318 Lexer::isIdentifierBodyChar(right, LangOpts)); in canBeJoined()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Lex/
DLexer.h539 static bool isIdentifierBodyChar(char c, const LangOptions &LangOpts);
/freebsd-12-stable/contrib/llvm-project/clang/lib/ARCMigrate/
DTransUnbridgedCasts.cpp256 if (Lexer::isIdentifierBodyChar(PrevChar, Pass.Ctx.getLangOpts())) in rewriteToBridgedCast()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaExprObjC.cpp3775 if (Lexer::isIdentifierBodyChar(PrevChar, S.getLangOpts())) in addFixitForObjCARCConversion()
3793 if (Lexer::isIdentifierBodyChar(PrevChar, S.getLangOpts())) in addFixitForObjCARCConversion()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Lex/
DLexer.cpp1065 bool Lexer::isIdentifierBodyChar(char c, const LangOptions &LangOpts) { in isIdentifierBodyChar() function in Lexer