Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DJSONNodeDumper.h305 void VisitExprWithCleanups(const ExprWithCleanups *EWC);
H A DTextNodeDumper.h295 void VisitExprWithCleanups(const ExprWithCleanups *Node);
/freebsd/contrib/llvm-project/clang/lib/AST/
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 __anonbf0ddd821711::ExprEvaluatorBase
H A DJSONNodeDumper.cpp1492 void JSONNodeDumper::VisitExprWithCleanups(const ExprWithCleanups *EWC) { in VisitExprWithCleanups() function in JSONNodeDumper
H A DStmtPrinter.cpp2366 void StmtPrinter::VisitExprWithCleanups(ExprWithCleanups *E) { in VisitExprWithCleanups() function in StmtPrinter
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
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DByteCodeExprGen.cpp1447 bool ByteCodeExprGen<Emitter>::VisitExprWithCleanups( in VisitExprWithCleanups() function in ByteCodeExprGen
H A DByteCodeExprGen.h96 bool VisitExprWithCleanups(const ExprWithCleanups *E);
/freebsd/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/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DTransfer.cpp749 void VisitExprWithCleanups(const ExprWithCleanups *S) { in VisitExprWithCleanups() function in clang::dataflow::__anon141f9d7b0111::TransferVisitor
/freebsd/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 __anon600075a70111::ComplexExprEmitter
H A DCGExprConstant.cpp1239 llvm::Constant *VisitExprWithCleanups(ExprWithCleanups *E, QualType T) { in VisitExprWithCleanups() function in __anondd3698b90111::ConstExprEmitter
H A DCGExprScalar.cpp669 Value *VisitExprWithCleanups(ExprWithCleanups *E);
2484 Value *ScalarExprEmitter::VisitExprWithCleanups(ExprWithCleanups *E) { in VisitExprWithCleanups() function in ScalarExprEmitter
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp1960 void ASTStmtReader::VisitExprWithCleanups(ExprWithCleanups *E) { in VisitExprWithCleanups() function in ASTStmtReader
H A DASTWriterStmt.cpp1956 void ASTStmtWriter::VisitExprWithCleanups(ExprWithCleanups *E) { in VisitExprWithCleanups() function in ASTStmtWriter