Searched refs:StmtProfiler (Results 1 – 1 of 1) sorted by relevance
27 class StmtProfiler : public ConstStmtVisitor<StmtProfiler> { class33 StmtProfiler(llvm::FoldingSetNodeID &ID, const ASTContext &Context, in StmtProfiler() function in __anon98c5552c0111::StmtProfiler71 void StmtProfiler::VisitStmt(const Stmt *S) { in VisitStmt()82 void StmtProfiler::VisitDeclStmt(const DeclStmt *S) { in VisitDeclStmt()88 void StmtProfiler::VisitNullStmt(const NullStmt *S) { in VisitNullStmt()92 void StmtProfiler::VisitCompoundStmt(const CompoundStmt *S) { in VisitCompoundStmt()96 void StmtProfiler::VisitSwitchCase(const SwitchCase *S) { in VisitSwitchCase()100 void StmtProfiler::VisitCaseStmt(const CaseStmt *S) { in VisitCaseStmt()104 void StmtProfiler::VisitDefaultStmt(const DefaultStmt *S) { in VisitDefaultStmt()108 void StmtProfiler::VisitLabelStmt(const LabelStmt *S) { in VisitLabelStmt()[all …]