Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DFindTarget.cpp943 if (TypeLocsToSkip.count(TTL.getBeginLoc())) in VisitTypeLoc()
953 TypeLocsToSkip.insert(Inner.getBeginLoc()); in TraverseElaboratedTypeLoc()
1017 TypeLocsToSkip.insert(TL.getBeginLoc()); in TraverseNestedNameSpecifierLoc()
1105 llvm::DenseSet<SourceLocation> TypeLocsToSkip; member in clang::clangd::__anona77b79730211::ExplicitReferenceCollector