Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaCast.cpp1670 std::set<unsigned> DisplayedPaths; in TryStaticDowncast() local
1672 if (DisplayedPaths.insert(Path.back().SubobjectNumber).second) { in TryStaticDowncast()
H A DSemaDeclCXX.cpp3071 std::set<unsigned> DisplayedPaths; in getAmbiguousPathsDisplayString() local
3074 if (DisplayedPaths.insert(Path->back().SubobjectNumber).second) { in getAmbiguousPathsDisplayString()