Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/
DSelection.cpp213 SelectionTester(const syntax::TokenBuffer &Buf, FileID SelFile, in SelectionTester() argument
215 : SelFile(SelFile), SM(SM) { in SelectionTester()
217 auto AllSpelledTokens = Buf.spelledTokens(SelFile); in SelectionTester()
281 if (B.first == SelFile && E.first == SelFile) in mayHit()
302 if (FID == SelFile) { in testChunk()
312 if (SM.getFileID(Loc) == SelFile) in testChunk()
322 if (SM.getFileID(ArgStart) == SelFile) { in testChunk()
336 if (Expansion.first == SelFile) in testChunk()
386 FileID SelFile; member in clang::clangd::__anonba3019980111::SelectionTester
551 FileID SelFile) in SelectionVisitor() argument
[all …]