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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DJSONNodeDumper.h287 void VisitExprWithCleanups(const ExprWithCleanups *EWC);
H A DTextNodeDumper.h281 void VisitExprWithCleanups(const ExprWithCleanups *Node);
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprAgg.cpp190 void VisitExprWithCleanups(ExprWithCleanups *E);
1356 void AggExprEmitter::VisitExprWithCleanups(ExprWithCleanups *E) { function in class:AggExprEmitter
H A DCGExprComplex.cpp228 ComplexPairTy VisitExprWithCleanups(ExprWithCleanups *E) { function in class:__anon1719::ComplexExprEmitter
H A DCGExprConstant.cpp1182 llvm::Constant *VisitExprWithCleanups(ExprWithCleanups *E, QualType T) { function in class:__anon1720::ConstExprEmitter
H A DCGExprScalar.cpp664 Value *VisitExprWithCleanups(ExprWithCleanups *E);
2350 Value *ScalarExprEmitter::VisitExprWithCleanups(ExprWithCleanups *E) { function in class:ScalarExprEmitter
/freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp571 CFGBlock *VisitExprWithCleanups(ExprWithCleanups *E,
2185 return VisitExprWithCleanups(cast<ExprWithCleanups>(S),
4505 CFGBlock *CFGBuilder::VisitExprWithCleanups(ExprWithCleanups *E, function in class:CFGBuilder
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp1328 void JSONNodeDumper::VisitExprWithCleanups(const ExprWithCleanups *EWC) { function in class:JSONNodeDumper
H A DStmtPrinter.cpp2162 void StmtPrinter::VisitExprWithCleanups(ExprWithCleanups *E) { function in class:StmtPrinter
H A DStmtProfile.cpp1958 void StmtProfiler::VisitExprWithCleanups(const ExprWithCleanups *S) { function in class:StmtProfiler
H A DASTImporter.cpp632 ExpectedStmt VisitExprWithCleanups(ExprWithCleanups *E);
7315 ExpectedStmt ASTNodeImporter::VisitExprWithCleanups(ExprWithCleanups *E) {
H A DExprConstant.cpp4874 // VisitExprWithCleanups should create one when necessary.
7042 bool VisitExprWithCleanups(const ExprWithCleanups *E) {
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp1907 void ASTStmtReader::VisitExprWithCleanups(ExprWithCleanups *E) { function in class:ASTStmtReader
H A DASTWriterStmt.cpp1817 void ASTStmtWriter::VisitExprWithCleanups(ExprWithCleanups *E) { function in class:ASTStmtWriter

Completed in 362 milliseconds