Searched refs:LookupDecl (Results 1 – 2 of 2) sorted by relevance
194 auto LookupDecl = [&Ctx](const DeclContext &Scope, in findDecl() local205 Scope = &cast<DeclContext>(LookupDecl(*Scope, *NameIt)); in findDecl()207 return LookupDecl(*Scope, Components.back()); in findDecl()
296 auto LookupDecl = [&AST](const Decl &Scope, in conflictInNamespace() local310 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()