Home
last modified time | relevance | path

Searched refs:VisitExprWithCleanups (Results 1 – 16 of 16) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/AST/
H A DTextNodeDumper.h286 void VisitExprWithCleanups(const ExprWithCleanups *Node);
H A DJSONNodeDumper.h291 void VisitExprWithCleanups(const ExprWithCleanups *EWC);
/llvm-project-15.0.7/clang/lib/Analysis/FlowSensitive/
H A DTransfer.cpp628 void VisitExprWithCleanups(const ExprWithCleanups *S) { in VisitExprWithCleanups() function in clang::dataflow::TransferVisitor
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGExprAgg.cpp192 void VisitExprWithCleanups(ExprWithCleanups *E);
1380 void AggExprEmitter::VisitExprWithCleanups(ExprWithCleanups *E) { in VisitExprWithCleanups() function in AggExprEmitter
H A DCGExprComplex.cpp228 ComplexPairTy VisitExprWithCleanups(ExprWithCleanups *E) { in VisitExprWithCleanups() function in __anon73c2560f0111::ComplexExprEmitter
H A DCGExprConstant.cpp1214 llvm::Constant *VisitExprWithCleanups(ExprWithCleanups *E, QualType T) { in VisitExprWithCleanups() function in __anon693486210111::ConstExprEmitter
H A DCGExprScalar.cpp661 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 DCFG.cpp572 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 DJSONNodeDumper.cpp1387 void JSONNodeDumper::VisitExprWithCleanups(const ExprWithCleanups *EWC) { in VisitExprWithCleanups() function in JSONNodeDumper
H A DTextNodeDumper.cpp1283 void TextNodeDumper::VisitExprWithCleanups(const ExprWithCleanups *Node) { in VisitExprWithCleanups() function in TextNodeDumper
H A DStmtProfile.cpp2094 void StmtProfiler::VisitExprWithCleanups(const ExprWithCleanups *S) { in VisitExprWithCleanups() function in StmtProfiler
H A DStmtPrinter.cpp2340 void StmtPrinter::VisitExprWithCleanups(ExprWithCleanups *E) { in VisitExprWithCleanups() function in StmtPrinter
H A DASTImporter.cpp672 ExpectedStmt VisitExprWithCleanups(ExprWithCleanups *E);
7756 ExpectedStmt ASTNodeImporter::VisitExprWithCleanups(ExprWithCleanups *E) { in VisitExprWithCleanups() function in ASTNodeImporter
H A DExprConstant.cpp7464 bool VisitExprWithCleanups(const ExprWithCleanups *E) { in VisitExprWithCleanups() function in __anon7a1fdcea1611::ExprEvaluatorBase
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTWriterStmt.cpp1837 void ASTStmtWriter::VisitExprWithCleanups(ExprWithCleanups *E) { in VisitExprWithCleanups() function in ASTStmtWriter
H A DASTReaderStmt.cpp1917 void ASTStmtReader::VisitExprWithCleanups(ExprWithCleanups *E) { in VisitExprWithCleanups() function in ASTStmtReader