Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaCast.cpp1642 std::set<unsigned> DisplayedPaths; in TryStaticDowncast() local
1644 if (DisplayedPaths.insert(Path.back().SubobjectNumber).second) { in TryStaticDowncast()
H A DSemaDeclCXX.cpp2997 std::set<unsigned> DisplayedPaths; in getAmbiguousPathsDisplayString() local
3000 if (DisplayedPaths.insert(Path->back().SubobjectNumber).second) { in getAmbiguousPathsDisplayString()