Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DSelection.cpp347 if (auto B = offsetInSelFile(getExpansionStart(R.getBegin()))) in mayHit()
469 if (auto ExpansionOffset = offsetInSelFile(getExpansionStart(StartLoc))) in testChunk()
525 SourceLocation getExpansionStart(SourceLocation Loc) const { in getExpansionStart() function in clang::clangd::__anon2b7dfc710111::SelectionTester