Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndex.cpp5717 GetCursorData(SourceManager &SM, SourceLocation tokenBegin, in GetCursorData()
5719 : TokenBeginLoc(tokenBegin), BestCursor(outputCursor) { in GetCursorData()
5720 PointsAtMacroArgExpansion = SM.isMacroArgExpansion(tokenBegin); in GetCursorData()