Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/
DXRefs.cpp1471 RecursionProtectionSet &RPSet) { in fillSuperTypes() argument
1479 if (!RPSet.insert(Pattern).second) { in fillSuperTypes()
1488 fillSuperTypes(*ParentDecl, ASTCtx, *ParentSym->parents, RPSet); in fillSuperTypes()
1494 RPSet.erase(Pattern); in fillSuperTypes()
1619 RecursionProtectionSet RPSet; in getTypeHierarchy() local
1620 fillSuperTypes(*CXXRD, AST.getASTContext(), *Result->parents, RPSet); in getTypeHierarchy()