Home
last modified time | relevance | path

Searched refs:StmtKind (Results 1 – 1 of 1) sorted by relevance

/external/clang/include/clang/StaticAnalyzer/Core/
DCheckerManager.h585 unsigned StmtKind; member
588 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;