Searched refs:TokenBegin (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/clang-tools-extra/clang-tidy/modernize/ |
D | UseTrailingReturnTypeCheck.cpp | 141 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()
|
D | UseOverrideCheck.cpp | 51 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/ |
D | AvoidConstParamsInDecls.cpp | 56 const char *TokenBegin = File.data() + LocInfo.second; in ConstTok() local 58 Result.Context->getLangOpts(), File.begin(), TokenBegin, in ConstTok()
|
/external/clang/lib/Lex/ |
D | Lexer.cpp | 1203 const char *TokenBegin = File.data() + LocInfo.second; in findLocationAfterToken() local 1207 TokenBegin, File.end()); in findLocationAfterToken()
|
/external/llvm-project/clang/lib/Lex/ |
D | Lexer.cpp | 1258 const char *TokenBegin = File.data() + LocInfo.second; in findNextToken() local 1262 TokenBegin, File.end()); in findNextToken()
|