Searched refs:StmtProfiler (Results 1 – 1 of 1) sorted by relevance
28 class StmtProfiler : public ConstStmtVisitor<StmtProfiler> { class34 StmtProfiler(llvm::FoldingSetNodeID &ID, bool Canonical) in StmtProfiler() function in __anond25cfe950111::StmtProfiler37 virtual ~StmtProfiler() {} in ~StmtProfiler()77 class StmtProfilerWithPointers : public StmtProfiler {83 : StmtProfiler(ID, Canonical), Context(Context) {} in StmtProfilerWithPointers()165 class StmtProfilerWithoutPointers : public StmtProfiler {169 : StmtProfiler(ID, false), Hash(Hash) {} in StmtProfilerWithoutPointers()218 void StmtProfiler::VisitStmt(const Stmt *S) { in VisitStmt()231 void StmtProfiler::VisitDeclStmt(const DeclStmt *S) { in VisitDeclStmt()237 void StmtProfiler::VisitNullStmt(const NullStmt *S) { in VisitNullStmt()[all …]