Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/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()
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-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DLexer.cpp332 const char *tokenBegin = file.data() + locInfo.second; in getSpelling() local
336 file.begin(), tokenBegin, file.end()); in getSpelling()
344 return StringRef(tokenBegin, length); in getSpelling()
348 buffer.resize(getSpellingSlow(token, tokenBegin, options, buffer.data())); in getSpelling()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaObjCProperty.cpp326 const char *tokenBegin = file.data() + locInfo.second; in LocPropertyAttribute() local
331 file.begin(), tokenBegin, file.end()); in LocPropertyAttribute()