Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/clang/lib/Lex/
H A DLexer.cpp346 const char *tokenBegin = file.data() + locInfo.second; in getSpelling() local
350 file.begin(), tokenBegin, file.end()); in getSpelling()
358 return StringRef(tokenBegin, length); in getSpelling()
362 buffer.resize(getSpellingSlow(token, tokenBegin, options, buffer.data())); in getSpelling()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DCIndex.cpp5977 GetCursorData(SourceManager &SM, SourceLocation tokenBegin, in GetCursorData()
5979 : TokenBeginLoc(tokenBegin), BestCursor(outputCursor) { in GetCursorData()
5980 PointsAtMacroArgExpansion = SM.isMacroArgExpansion(tokenBegin); in GetCursorData()