Searched refs:RPSet (Results 1 – 1 of 1) sorted by relevance
1471 RecursionProtectionSet &RPSet) { in fillSuperTypes() argument1479 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() local1620 fillSuperTypes(*CXXRD, AST.getASTContext(), *Result->parents, RPSet); in getTypeHierarchy()