Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DQuality.cpp46 if (R.ShadowDecl) { in hasUsingDeclInMainFile()
47 if (isInsideMainFile(R.ShadowDecl->getLocation(), SourceMgr)) in hasUsingDeclInMainFile()
/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DQualityTests.cpp152 Result.ShadowDecl = Shadow; in TEST()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h862 const UsingShadowDecl *ShadowDecl = nullptr; variable
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaCodeComplete.cpp1102 Result.ShadowDecl = Using; in MaybeAddResult()
1277 Result.ShadowDecl = Using; in AddResult()