Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DTestTU.cpp218 auto LookupDecl = [&Ctx](const DeclContext &Scope, in findDecl() local
231 Scope = &cast<DeclContext>(LookupDecl(*Scope, Cur)); in findDecl()
233 return LookupDecl(*Scope, Cur); in findDecl()
/llvm-project-15.0.7/clang-tools-extra/clang-change-namespace/
H A DChangeNamespace.cpp296 auto LookupDecl = [&AST](const Decl &Scope, in conflictInNamespace() local
310 LookupDecl(*AST.getTranslationUnitDecl(), NsSplitted.front()); in conflictInNamespace()
316 if (LookupDecl(*Scope, SymbolTopNs)) in conflictInNamespace()
318 Scope = LookupDecl(*Scope, I); in conflictInNamespace()
321 if (Scope && LookupDecl(*Scope, SymbolTopNs)) in conflictInNamespace()