Searched refs:StmtProfiler (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | StmtProfile.cpp | 28 class StmtProfiler : public ConstStmtVisitor<StmtProfiler> { class 35 StmtProfiler(llvm::FoldingSetNodeID &ID, bool Canonical, in StmtProfiler() function in __anon9529c64a0111::StmtProfiler 39 virtual ~StmtProfiler() {} in ~StmtProfiler() 83 class StmtProfilerWithPointers : public StmtProfiler { 90 : StmtProfiler(ID, Canonical, ProfileLambdaExpr), Context(Context) {} in StmtProfilerWithPointers() 184 class StmtProfilerWithoutPointers : public StmtProfiler { 188 : StmtProfiler(ID, /*Canonical=*/false, /*ProfileLambdaExpr=*/false), in StmtProfilerWithoutPointers() 238 void StmtProfiler::VisitStmt(const Stmt *S) { in VisitStmt() 251 void StmtProfiler::VisitDeclStmt(const DeclStmt *S) { in VisitDeclStmt() 257 void StmtProfiler::VisitNullStmt(const NullStmt *S) { in VisitNullStmt() [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 10801 …ilerEvE5VisitEPNS_4StmtE", "clang::StmtVisitor<(anonymous namespace)::StmtProfiler, void>::Visit(c… 10802 …17VisitInitListExprEPN5clang12InitListExprE", "(anonymous namespace)::StmtProfiler::VisitInitListE… 10803 {"_ZN12_GLOBAL__N_112StmtProfiler9VisitStmtEPN5clang4StmtE", "(anonymous namespace)::StmtProfiler::… 10804 {"_ZN12_GLOBAL__N_112StmtProfiler9VisitDeclEPN5clang4DeclE", "(anonymous namespace)::StmtProfiler::… 10805 …mplateArgumentERKN5clang16TemplateArgumentE", "(anonymous namespace)::StmtProfiler::VisitTemplateA…
|