class Sema::SpecialMemberOverloadResultEntry

Declaration

class Sema::SpecialMemberOverloadResultEntry
    : public FastFoldingSetNode,
      public SpecialMemberOverloadResult { /* full declaration omitted */ };

Description

FastFoldingSetNode - This is a subclass of FoldingSetNode which stores a FoldingSetNodeID value rather than requiring the node to recompute it each time it is needed. This trades space for speed (which can be significant if the ID is long), and it also permits nodes to drop information that would otherwise only be required for recomputing an ID.

Declared at: clang/include/clang/Sema/Sema.h:1408

Inherits from: FastFoldingSetNode, Sema::SpecialMemberOverloadResult

Member Variables

Method Overview

Inherited from Sema::SpecialMemberOverloadResult:

Inherited from FastFoldingSetNode:

Inherited from FoldingSetBase::Node:

Methods

ΒΆSpecialMemberOverloadResultEntry(
    const llvm::FoldingSetNodeID& ID)

Declared at: clang/include/clang/Sema/Sema.h:1412

Parameters

const llvm::FoldingSetNodeID& ID