Searched defs:FastFoldingSetNode (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/ADT/
H A DFoldingSet.h774 /// FastFoldingSetNode - This is a subclass of FoldingSetNode which stores
779 class FastFoldingSetNode : public FoldingSetNode { class in namespace:llvm
782 explicit FastFoldingSetNode(const FoldingSetNodeID &ID) : FastID(ID) {} function in class:llvm::FastFoldingSetNode

Completed in 87 milliseconds