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:__anon17751
32 StmtProfiler(llvm::FoldingSetNodeID &ID, const ASTContext &Context, function in class:__anon17751::StmtProfiler
70 void StmtProfiler::VisitStmt(const Stmt *S) {
80 void StmtProfiler::VisitDeclStmt(const DeclStmt *S) {
86 void StmtProfiler::VisitNullStmt(const NullStmt *S) {
90 void StmtProfiler::VisitCompoundStmt(const CompoundStmt *S) {
94 void StmtProfiler::VisitSwitchCase(const SwitchCase *S) {
98 void StmtProfiler::VisitCaseStmt(const CaseStmt *S) {
102 void StmtProfiler
[all...]

Completed in 246 milliseconds