Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp2812 llvm::SmallPtrSet<NamedDecl*, 8> TagDecls; in DiagnoseAmbiguousLookup() local
2816 TagDecls.insert(TD); in DiagnoseAmbiguousLookup()
2827 if (TagDecls.count(F.next())) in DiagnoseAmbiguousLookup()