HomeSort by relevance Sort by last modified time
    Searched refs:ContextualFoldingSet (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/ADT/
FoldingSet.h 450 /// ContextualFoldingSet - This template class is a further refinement
459 class ContextualFoldingSet : public FoldingSetImpl {
489 explicit ContextualFoldingSet(Ctx Context, unsigned Log2InitSize = 6)
  /external/clang/include/clang/AST/
ASTContext.h 96 mutable llvm::ContextualFoldingSet<FunctionProtoType, ASTContext&>
105 mutable llvm::ContextualFoldingSet<TemplateSpecializationType, ASTContext&>
110 mutable llvm::ContextualFoldingSet<DependentTemplateSpecializationType,
124 mutable llvm::ContextualFoldingSet<SubstTemplateTemplateParmPackStorage,
    [all...]

Completed in 126 milliseconds