9#ifndef LLVM_CLANG_STATICANALYZER_CORE_PATHSENSITIVE_DYNAMICCASTINFO_H
10#define LLVM_CLANG_STATICANALYZER_CORE_PATHSENSITIVE_DYNAMICCASTINFO_H
22 : From(
from), To(
to), ResultKind(resultKind) {}
28 return From ==
from && To ==
to;
35 return From == RHS.From && To == RHS.To;
38 return From < RHS.From && To < RHS.To;
44 ID.AddInteger(ResultKind);
C Language Family Type Representation.
A (possibly-)qualified type.
bool operator==(const DynamicCastInfo &RHS) const
bool equals(QualType from, QualType to) const
void Profile(llvm::FoldingSetNodeID &ID) const
DynamicCastInfo(QualType from, QualType to, CastResult resultKind)
bool operator<(const DynamicCastInfo &RHS) const
The JSON file list parser is used to communicate input to InstallAPI.