Searched refs:DynamicCastInfo (Results 1 – 4 of 4) sorted by relevance
17 class DynamicCastInfo {21 DynamicCastInfo(QualType from, QualType to, CastResult resultKind) in DynamicCastInfo() function34 bool operator==(const DynamicCastInfo &RHS) const {37 bool operator<(const DynamicCastInfo &RHS) const {
43 const DynamicCastInfo *getDynamicCastInfo(ProgramStateRef State,
31 REGISTER_SET_FACTORY_WITH_PROGRAMSTATE(CastSet, clang::ento::DynamicCastInfo)75 const DynamicCastInfo *getDynamicCastInfo(ProgramStateRef State, in getDynamicCastInfo()86 for (const DynamicCastInfo &Cast : *Lookup) in getDynamicCastInfo()128 DynamicCastInfo::CastResult ResultKind = in setDynamicTypeAndCastInfo()129 CastSucceeds ? DynamicCastInfo::CastResult::Success in setDynamicTypeAndCastInfo()130 : DynamicCastInfo::CastResult::Failure; in setDynamicTypeAndCastInfo()218 static raw_ostream &printJson(const DynamicCastInfo &DCI, raw_ostream &Out, in printJson()
96 static bool isInfeasibleCast(const DynamicCastInfo *CastInfo, in isInfeasibleCast()105 const DynamicCastInfo *CastInfo, in getNoteTag()227 const DynamicCastInfo *CastInfo = in addCastTransition()296 const DynamicCastInfo *CastInfo = in addInstanceOfTransition()