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

/external/llvm/include/llvm/ADT/
H A DFoldingSet.h479 /// ContextualFoldingSet - This template class is a further refinement
488 class ContextualFoldingSet final : public FoldingSetImpl {
517 explicit ContextualFoldingSet(Ctx Context, unsigned Log2InitSize = 6) function in class:llvm::final
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
H A DFoldingSet.h442 /// ContextualFoldingSet - This template class is a further refinement
451 class ContextualFoldingSet : public FoldingSetImpl { class in namespace:llvm
480 explicit ContextualFoldingSet(Ctx Context, unsigned Log2InitSize = 6) function in class:llvm::ContextualFoldingSet
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DFoldingSet.h487 /// ContextualFoldingSet - This template class is a further refinement
496 class ContextualFoldingSet final : public FoldingSetImpl {
527 explicit ContextualFoldingSet(Ctx Context, unsigned Log2InitSize = 6) function in class:llvm::final
/external/clang/include/clang/AST/
H A DASTContext.h112 mutable llvm::ContextualFoldingSet<FunctionProtoType, ASTContext&>
121 mutable llvm::ContextualFoldingSet<TemplateSpecializationType, ASTContext&>
126 mutable llvm::ContextualFoldingSet<DependentTemplateSpecializationType,
143 mutable llvm::ContextualFoldingSet<SubstTemplateTemplateParmPackStorage,

Completed in 4606 milliseconds