Lines Matching refs:offsetInSelFile
347 if (auto B = offsetInSelFile(getExpansionStart(R.getBegin()))) in mayHit()
356 if (auto E = offsetInSelFile(EndLoc)) in mayHit()
372 auto Offset = offsetInSelFile(Loc); in computeMaybeSelectedExpandedTokens()
376 Offset = offsetInSelFile(Loc); in computeMaybeSelectedExpandedTokens()
381 auto Offset = offsetInSelFile(Loc); in computeMaybeSelectedExpandedTokens()
385 Offset = offsetInSelFile(Loc); in computeMaybeSelectedExpandedTokens()
438 return testTokenRange(*offsetInSelFile(Batch.front().location()), in testChunk()
439 *offsetInSelFile(Batch.back().location())); in testChunk()
447 if (auto Offset = offsetInSelFile(Loc)) in testChunk()
457 if (auto ArgOffset = offsetInSelFile(ArgStart)) { in testChunk()
461 return testTokenRange(*ArgOffset, *offsetInSelFile(ArgEnd)); in testChunk()
469 if (auto ExpansionOffset = offsetInSelFile(getExpansionStart(StartLoc))) in testChunk()
515 llvm::Optional<unsigned> offsetInSelFile(SourceLocation Loc) const { in offsetInSelFile() function in clang::clangd::__anon2b7dfc710111::SelectionTester