Searched refs:StmtProfiler (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/AST/
H A DStmtProfile.cpp26 class StmtProfiler : public ConstStmtVisitor<StmtProfiler> { class in namespace:__anon3525
32 StmtProfiler(llvm::FoldingSetNodeID &ID, const ASTContext &Context, function in class:__anon3525::StmtProfiler
70 void StmtProfiler::VisitStmt(const Stmt *S) {
80 void StmtProfiler::VisitDeclStmt(const DeclStmt *S) {
87 void StmtProfiler::VisitNullStmt(const NullStmt *S) {
91 void StmtProfiler::VisitCompoundStmt(const CompoundStmt *S) {
95 void StmtProfiler::VisitSwitchCase(const SwitchCase *S) {
99 void StmtProfiler::VisitCaseStmt(const CaseStmt *S) {
103 void StmtProfiler
[all...]

Completed in 42 milliseconds