Searched refs:tokenBegin (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/ARCMigrate/ |
| H A D | Transforms.cpp | 148 const char *tokenBegin = file.data() + locInfo.second; in findSemiAfterLocation() local 153 file.begin(), tokenBegin, file.end()); in findSemiAfterLocation() 396 const char *tokenBegin = file.data() + locInfo.second; in rewritePropertyAttribute() local 401 file.begin(), tokenBegin, file.end()); in rewritePropertyAttribute() 477 const char *tokenBegin = file.data() + locInfo.second; in addPropertyAttribute() local 482 file.begin(), tokenBegin, file.end()); in addPropertyAttribute()
|
| /freebsd/contrib/llvm-project/clang/lib/Lex/ |
| H A D | Lexer.cpp | 395 const char *tokenBegin = file.data() + locInfo.second; in getSpelling() local 399 file.begin(), tokenBegin, file.end()); in getSpelling() 407 return StringRef(tokenBegin, length); in getSpelling() 411 buffer.resize(getSpellingSlow(token, tokenBegin, options, buffer.data())); in getSpelling()
|
| /freebsd/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()
|