Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/ARCMigrate/
H A DTransforms.cpp147 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()
/llvm-project-15.0.7/clang/lib/Lex/
H A DLexer.cpp347 const char *tokenBegin = file.data() + locInfo.second; in getSpelling() local
351 file.begin(), tokenBegin, file.end()); in getSpelling()
359 return StringRef(tokenBegin, length); in getSpelling()
363 buffer.resize(getSpellingSlow(token, tokenBegin, options, buffer.data())); in getSpelling()
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/clang/tools/libclang/
H A DCIndex.cpp5943 GetCursorData(SourceManager &SM, SourceLocation tokenBegin, in GetCursorData()
5945 : TokenBeginLoc(tokenBegin), BestCursor(outputCursor) { in GetCursorData()
5946 PointsAtMacroArgExpansion = SM.isMacroArgExpansion(tokenBegin); in GetCursorData()