Searched defs:tokenBegin (Results 1 - 4 of 4) sorted by relevance

/external/clang/lib/ARCMigrate/
H A DTransforms.cpp123 const char *tokenBegin = file.data() + locInfo.second; local
128 file.begin(), tokenBegin, file.end());
H A DTransProperties.cpp307 const char *tokenBegin = file.data() + locInfo.second; local
312 file.begin(), tokenBegin, file.end());
389 const char *tokenBegin = file.data() + locInfo.second; local
394 file.begin(), tokenBegin, file.end());
/external/clang/lib/Lex/
H A DLexer.cpp254 const char *tokenBegin = file.data() + locInfo.second; local
258 file.begin(), tokenBegin, file.end());
266 return StringRef(tokenBegin, length);
272 for (const char *ti = tokenBegin, *te = ti + length; ti != te; ) {
/external/clang/tools/libclang/
H A DCIndex.cpp3576 SourceLocation tokenBegin, CXCursor &outputCursor)
3577 : TokenBeginLoc(tokenBegin), BestCursor(outputCursor) {
3578 PointsAtMacroArgExpansion = SM.isMacroArgExpansion(tokenBegin);
3575 GetCursorData(SourceManager &SM, SourceLocation tokenBegin, CXCursor &outputCursor) argument

Completed in 497 milliseconds