Home
last modified time | relevance | path

Searched refs:TokenBegin (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/clang-tools-extra/clang-tidy/modernize/
DUseTrailingReturnTypeCheck.cpp141 const char *TokenBegin = File.data() + Loc.second; in findTrailingReturnTypeSourceLocation() local
143 TokenBegin, File.end()); in findTrailingReturnTypeSourceLocation()
222 const char *TokenBegin = File.data() + Loc.second; in classifyTokensBeforeFunctionName() local
224 TokenBegin, File.end()); in classifyTokensBeforeFunctionName()
299 const char *TokenBegin = File.data() + Loc.second; in findReturnTypeAndCVSourceRange() local
301 TokenBegin, File.end()); in findReturnTypeAndCVSourceRange()
DUseOverrideCheck.cpp51 const char *TokenBegin = File.data() + LocInfo.second; in ParseTokens() local
53 Result.Context->getLangOpts(), File.begin(), TokenBegin, in ParseTokens()
/external/llvm-project/clang-tools-extra/clang-tidy/readability/
DAvoidConstParamsInDecls.cpp56 const char *TokenBegin = File.data() + LocInfo.second; in ConstTok() local
58 Result.Context->getLangOpts(), File.begin(), TokenBegin, in ConstTok()
/external/clang/lib/Lex/
DLexer.cpp1203 const char *TokenBegin = File.data() + LocInfo.second; in findLocationAfterToken() local
1207 TokenBegin, File.end()); in findLocationAfterToken()
/external/llvm-project/clang/lib/Lex/
DLexer.cpp1258 const char *TokenBegin = File.data() + LocInfo.second; in findNextToken() local
1262 TokenBegin, File.end()); in findNextToken()