| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | TextNodeDumper.h | 286 void VisitExprWithCleanups(const ExprWithCleanups *Node);
|
| H A D | JSONNodeDumper.h | 291 void VisitExprWithCleanups(const ExprWithCleanups *EWC);
|
| /llvm-project-15.0.7/clang/lib/Analysis/FlowSensitive/ |
| H A D | Transfer.cpp | 628 void VisitExprWithCleanups(const ExprWithCleanups *S) { in VisitExprWithCleanups() function in clang::dataflow::TransferVisitor
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGExprAgg.cpp | 192 void VisitExprWithCleanups(ExprWithCleanups *E); 1380 void AggExprEmitter::VisitExprWithCleanups(ExprWithCleanups *E) { in VisitExprWithCleanups() function in AggExprEmitter
|
| H A D | CGExprComplex.cpp | 228 ComplexPairTy VisitExprWithCleanups(ExprWithCleanups *E) { in VisitExprWithCleanups() function in __anon73c2560f0111::ComplexExprEmitter
|
| H A D | CGExprConstant.cpp | 1214 llvm::Constant *VisitExprWithCleanups(ExprWithCleanups *E, QualType T) { in VisitExprWithCleanups() function in __anon693486210111::ConstExprEmitter
|
| H A D | CGExprScalar.cpp | 661 Value *VisitExprWithCleanups(ExprWithCleanups *E); 2445 Value *ScalarExprEmitter::VisitExprWithCleanups(ExprWithCleanups *E) { in VisitExprWithCleanups() function in ScalarExprEmitter
|
| /llvm-project-15.0.7/clang/lib/Analysis/ |
| H A D | CFG.cpp | 572 CFGBlock *VisitExprWithCleanups(ExprWithCleanups *E, 2188 return VisitExprWithCleanups(cast<ExprWithCleanups>(S), in Visit() 4730 CFGBlock *CFGBuilder::VisitExprWithCleanups(ExprWithCleanups *E, in VisitExprWithCleanups() function in CFGBuilder
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | JSONNodeDumper.cpp | 1387 void JSONNodeDumper::VisitExprWithCleanups(const ExprWithCleanups *EWC) { in VisitExprWithCleanups() function in JSONNodeDumper
|
| H A D | TextNodeDumper.cpp | 1283 void TextNodeDumper::VisitExprWithCleanups(const ExprWithCleanups *Node) { in VisitExprWithCleanups() function in TextNodeDumper
|
| H A D | StmtProfile.cpp | 2094 void StmtProfiler::VisitExprWithCleanups(const ExprWithCleanups *S) { in VisitExprWithCleanups() function in StmtProfiler
|
| H A D | StmtPrinter.cpp | 2340 void StmtPrinter::VisitExprWithCleanups(ExprWithCleanups *E) { in VisitExprWithCleanups() function in StmtPrinter
|
| H A D | ASTImporter.cpp | 672 ExpectedStmt VisitExprWithCleanups(ExprWithCleanups *E); 7756 ExpectedStmt ASTNodeImporter::VisitExprWithCleanups(ExprWithCleanups *E) { in VisitExprWithCleanups() function in ASTNodeImporter
|
| H A D | ExprConstant.cpp | 7464 bool VisitExprWithCleanups(const ExprWithCleanups *E) { in VisitExprWithCleanups() function in __anon7a1fdcea1611::ExprEvaluatorBase
|
| /llvm-project-15.0.7/clang/lib/Serialization/ |
| H A D | ASTWriterStmt.cpp | 1837 void ASTStmtWriter::VisitExprWithCleanups(ExprWithCleanups *E) { in VisitExprWithCleanups() function in ASTStmtWriter
|
| H A D | ASTReaderStmt.cpp | 1917 void ASTStmtReader::VisitExprWithCleanups(ExprWithCleanups *E) { in VisitExprWithCleanups() function in ASTStmtReader
|