Searched refs:tokenBegin (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/ARCMigrate/ |
| H A D | Transforms.cpp | 147 const char *tokenBegin = file.data() + locInfo.second; in findSemiAfterLocation() local 152 file.begin(), tokenBegin, file.end()); in findSemiAfterLocation() 395 const char *tokenBegin = file.data() + locInfo.second; in rewritePropertyAttribute() local 400 file.begin(), tokenBegin, file.end()); in rewritePropertyAttribute() 476 const char *tokenBegin = file.data() + locInfo.second; in addPropertyAttribute() local 481 file.begin(), tokenBegin, file.end()); in addPropertyAttribute()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Lex/ |
| H A D | Lexer.cpp | 350 const char *tokenBegin = file.data() + locInfo.second; in getSpelling() local 354 file.begin(), tokenBegin, file.end()); in getSpelling() 362 return StringRef(tokenBegin, length); in getSpelling() 366 buffer.resize(getSpellingSlow(token, tokenBegin, options, buffer.data())); in getSpelling()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaObjCProperty.cpp | 318 const char *tokenBegin = file.data() + locInfo.second; in LocPropertyAttribute() local 323 file.begin(), tokenBegin, file.end()); in LocPropertyAttribute()
|