Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaLookup.cpp2330 std::set<Decl *> DeclsPrinted; in DiagnoseAmbiguousLookup() local
2335 if (DeclsPrinted.insert(D).second) in DiagnoseAmbiguousLookup()
/external/llvm-project/clang/lib/Sema/
DSemaLookup.cpp2512 std::set<const NamedDecl *> DeclsPrinted; in DiagnoseAmbiguousLookup() local
2519 if (DeclsPrinted.insert(D).second) { in DiagnoseAmbiguousLookup()