Home
last modified time | relevance | path

Searched refs:tokenBegin (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransforms.cpp149 const char *tokenBegin = file.data() + locInfo.second; in findSemiAfterLocation() local
154 file.begin(), tokenBegin, file.end()); in findSemiAfterLocation()
397 const char *tokenBegin = file.data() + locInfo.second; in rewritePropertyAttribute() local
402 file.begin(), tokenBegin, file.end()); in rewritePropertyAttribute()
478 const char *tokenBegin = file.data() + locInfo.second; in addPropertyAttribute() local
483 file.begin(), tokenBegin, file.end()); in addPropertyAttribute()
/freebsd-13.1/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp343 const char *tokenBegin = file.data() + locInfo.second; in getSpelling() local
347 file.begin(), tokenBegin, file.end()); in getSpelling()
355 return StringRef(tokenBegin, length); in getSpelling()
359 buffer.resize(getSpellingSlow(token, tokenBegin, options, buffer.data())); in getSpelling()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp318 const char *tokenBegin = file.data() + locInfo.second; in LocPropertyAttribute() local
323 file.begin(), tokenBegin, file.end()); in LocPropertyAttribute()