Searched refs:isIdentifierBodyChar (Results 1 – 10 of 10) sorted by relevance
/external/clang/lib/Edit/ |
D | EditedSource.cpp | 299 return !(Lexer::isIdentifierBodyChar(left, LangOpts) && in canBeJoined() 300 Lexer::isIdentifierBodyChar(right, LangOpts)); in canBeJoined()
|
/external/llvm-project/clang/lib/Edit/ |
D | EditedSource.cpp | 317 return !(Lexer::isIdentifierBodyChar(left, LangOpts) && in canBeJoined() 318 Lexer::isIdentifierBodyChar(right, LangOpts)); in canBeJoined()
|
/external/clang/include/clang/Lex/ |
D | Lexer.h | 464 static bool isIdentifierBodyChar(char c, const LangOptions &LangOpts);
|
/external/llvm-project/clang/include/clang/Lex/ |
D | Lexer.h | 539 static bool isIdentifierBodyChar(char c, const LangOptions &LangOpts);
|
/external/llvm-project/clang/lib/ARCMigrate/ |
D | TransUnbridgedCasts.cpp | 256 if (Lexer::isIdentifierBodyChar(PrevChar, Pass.Ctx.getLangOpts())) in rewriteToBridgedCast()
|
/external/clang/lib/ARCMigrate/ |
D | TransUnbridgedCasts.cpp | 258 if (Lexer::isIdentifierBodyChar(PrevChar, Pass.Ctx.getLangOpts())) in rewriteToBridgedCast()
|
/external/clang/lib/Sema/ |
D | SemaExprObjC.cpp | 3400 if (Lexer::isIdentifierBodyChar(PrevChar, S.getLangOpts())) in addFixitForObjCARCConversion() 3418 if (Lexer::isIdentifierBodyChar(PrevChar, S.getLangOpts())) in addFixitForObjCARCConversion()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaExprObjC.cpp | 3774 if (Lexer::isIdentifierBodyChar(PrevChar, S.getLangOpts())) in addFixitForObjCARCConversion() 3792 if (Lexer::isIdentifierBodyChar(PrevChar, S.getLangOpts())) in addFixitForObjCARCConversion()
|
/external/clang/lib/Lex/ |
D | Lexer.cpp | 1030 bool Lexer::isIdentifierBodyChar(char c, const LangOptions &LangOpts) { in isIdentifierBodyChar() function in Lexer
|
/external/llvm-project/clang/lib/Lex/ |
D | Lexer.cpp | 1050 bool Lexer::isIdentifierBodyChar(char c, const LangOptions &LangOpts) { in isIdentifierBodyChar() function in Lexer
|