Searched refs:StmtKind (Results 1 – 1 of 1) sorted by relevance
585 unsigned StmtKind; member588 CachedStmtCheckersKey() : StmtKind(0), IsPreVisit(0) { } in CachedStmtCheckersKey()590 : StmtKind(stmtKind), IsPreVisit(isPreVisit) { } in CachedStmtCheckersKey()597 ID.AddInteger(StmtKind); in getHashValue()602 return StmtKind == RHS.StmtKind && IsPreVisit == RHS.IsPreVisit;