Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DTextNodeDumper.h295 void VisitExprWithCleanups(const ExprWithCleanups *Node);
H A DJSONNodeDumper.h305 void VisitExprWithCleanups(const ExprWithCleanups *EWC);
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/
H A DByteCodeExprGen.h96 bool VisitExprWithCleanups(const ExprWithCleanups *E);
H A DByteCodeExprGen.cpp1447 bool ByteCodeExprGen<Emitter>::VisitExprWithCleanups( in VisitExprWithCleanups() function in ByteCodeExprGen
/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DTransfer.cpp749 void VisitExprWithCleanups(const ExprWithCleanups *S) { in VisitExprWithCleanups() function in clang::dataflow::__anon84337f690111::TransferVisitor
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprAgg.cpp201 void VisitExprWithCleanups(ExprWithCleanups *E);
1401 void AggExprEmitter::VisitExprWithCleanups(ExprWithCleanups *E) { in VisitExprWithCleanups() function in AggExprEmitter
H A DCGExprComplex.cpp233 ComplexPairTy VisitExprWithCleanups(ExprWithCleanups *E) { in VisitExprWithCleanups() function in __anonfcbe76150111::ComplexExprEmitter
H A DCGExprConstant.cpp1239 llvm::Constant *VisitExprWithCleanups(ExprWithCleanups *E, QualType T) { in VisitExprWithCleanups() function in __anon11b4a6e70111::ConstExprEmitter
H A DCGExprScalar.cpp669 Value *VisitExprWithCleanups(ExprWithCleanups *E);
2484 Value *ScalarExprEmitter::VisitExprWithCleanups(ExprWithCleanups *E) { in VisitExprWithCleanups() function in ScalarExprEmitter
/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp589 CFGBlock *VisitExprWithCleanups(ExprWithCleanups *E,
2256 return VisitExprWithCleanups(cast<ExprWithCleanups>(S), in Visit()
4798 CFGBlock *CFGBuilder::VisitExprWithCleanups(ExprWithCleanups *E, in VisitExprWithCleanups() function in CFGBuilder
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp1492 void JSONNodeDumper::VisitExprWithCleanups(const ExprWithCleanups *EWC) { in VisitExprWithCleanups() function in JSONNodeDumper
H A DStmtProfile.cpp2163 void StmtProfiler::VisitExprWithCleanups(const ExprWithCleanups *S) { in VisitExprWithCleanups() function in StmtProfiler
H A DTextNodeDumper.cpp1408 void TextNodeDumper::VisitExprWithCleanups(const ExprWithCleanups *Node) { in VisitExprWithCleanups() function in TextNodeDumper
H A DStmtPrinter.cpp2366 void StmtPrinter::VisitExprWithCleanups(ExprWithCleanups *E) { in VisitExprWithCleanups() function in StmtPrinter
H A DASTImporter.cpp626 ExpectedStmt VisitExprWithCleanups(ExprWithCleanups *E);
8215 ExpectedStmt ASTNodeImporter::VisitExprWithCleanups(ExprWithCleanups *E) { in VisitExprWithCleanups() function in ASTNodeImporter
H A DExprConstant.cpp7726 bool VisitExprWithCleanups(const ExprWithCleanups *E) { in VisitExprWithCleanups() function in __anon7ee061301711::ExprEvaluatorBase
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp1956 void ASTStmtWriter::VisitExprWithCleanups(ExprWithCleanups *E) { in VisitExprWithCleanups() function in ASTStmtWriter
H A DASTReaderStmt.cpp1960 void ASTStmtReader::VisitExprWithCleanups(ExprWithCleanups *E) { in VisitExprWithCleanups() function in ASTStmtReader