Searched refs:ContextualFoldingSet (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/ADT/
H A DFoldingSet.h456 /// ContextualFoldingSet - This template class is a further refinement
465 class ContextualFoldingSet : public FoldingSetImpl { class in namespace:llvm
494 explicit ContextualFoldingSet(Ctx Context, unsigned Log2InitSize = 6) function in class:llvm::ContextualFoldingSet
/external/clang/include/clang/AST/
H A DASTContext.h99 mutable llvm::ContextualFoldingSet<FunctionProtoType, ASTContext&>
108 mutable llvm::ContextualFoldingSet<TemplateSpecializationType, ASTContext&>
113 mutable llvm::ContextualFoldingSet<DependentTemplateSpecializationType,
127 mutable llvm::ContextualFoldingSet<SubstTemplateTemplateParmPackStorage,

Completed in 148 milliseconds