Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaLookup.cpp2554 std::set<const NamedDecl *> DeclsPrinted; in DiagnoseAmbiguousLookup() local
2561 if (DeclsPrinted.insert(D).second) { in DiagnoseAmbiguousLookup()