| /src/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | TextNodeDumper.h | 306 void VisitExprWithCleanups(const ExprWithCleanups *Node);
|
| H A D | JSONNodeDumper.h | 308 void VisitExprWithCleanups(const ExprWithCleanups *EWC);
|
| /src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/ |
| H A D | PtrTypesSemantics.cpp | 504 bool VisitExprWithCleanups(const ExprWithCleanups *EWC) { in VisitExprWithCleanups() function in clang::TrivialFunctionAnalysisVisitor
|
| /src/contrib/llvm-project/clang/lib/AST/Interp/ |
| H A D | Compiler.h | 158 bool VisitExprWithCleanups(const ExprWithCleanups *E);
|
| H A D | Compiler.cpp | 2218 bool Compiler<Emitter>::VisitExprWithCleanups(const ExprWithCleanups *E) { in VisitExprWithCleanups() function in Compiler
|
| /src/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/ |
| H A D | Transfer.cpp | 811 void VisitExprWithCleanups(const ExprWithCleanups *S) { in VisitExprWithCleanups() function in clang::dataflow::__anonc9ced1480111::TransferVisitor
|
| /src/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGExprAgg.cpp | 200 void VisitExprWithCleanups(ExprWithCleanups *E); 1403 void AggExprEmitter::VisitExprWithCleanups(ExprWithCleanups *E) { in VisitExprWithCleanups() function in AggExprEmitter
|
| H A D | CGExprComplex.cpp | 238 ComplexPairTy VisitExprWithCleanups(ExprWithCleanups *E) { in VisitExprWithCleanups() function in __anon0e0d15340111::ComplexExprEmitter
|
| H A D | CGExprConstant.cpp | 1265 llvm::Constant *VisitExprWithCleanups(const ExprWithCleanups *E, QualType T) { in VisitExprWithCleanups() function in __anon4cd729e60111::ConstExprEmitter
|
| H A D | CGExprScalar.cpp | 686 Value *VisitExprWithCleanups(ExprWithCleanups *E); 2720 Value *ScalarExprEmitter::VisitExprWithCleanups(ExprWithCleanups *E) { in VisitExprWithCleanups() function in ScalarExprEmitter
|
| /src/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | CFG.cpp | 589 CFGBlock *VisitExprWithCleanups(ExprWithCleanups *E, 2253 return VisitExprWithCleanups(cast<ExprWithCleanups>(S), in Visit() 4795 CFGBlock *CFGBuilder::VisitExprWithCleanups(ExprWithCleanups *E, in VisitExprWithCleanups() function in CFGBuilder
|
| /src/contrib/llvm-project/clang/lib/AST/ |
| H A D | JSONNodeDumper.cpp | 1527 void JSONNodeDumper::VisitExprWithCleanups(const ExprWithCleanups *EWC) { in VisitExprWithCleanups() function in JSONNodeDumper
|
| H A D | StmtProfile.cpp | 2193 void StmtProfiler::VisitExprWithCleanups(const ExprWithCleanups *S) { in VisitExprWithCleanups() function in StmtProfiler
|
| H A D | TextNodeDumper.cpp | 1643 void TextNodeDumper::VisitExprWithCleanups(const ExprWithCleanups *Node) { in VisitExprWithCleanups() function in TextNodeDumper
|
| H A D | StmtPrinter.cpp | 2412 void StmtPrinter::VisitExprWithCleanups(ExprWithCleanups *E) { in VisitExprWithCleanups() function in StmtPrinter
|
| H A D | ASTImporter.cpp | 627 ExpectedStmt VisitExprWithCleanups(ExprWithCleanups *E); 8317 ExpectedStmt ASTNodeImporter::VisitExprWithCleanups(ExprWithCleanups *E) { in VisitExprWithCleanups() function in ASTNodeImporter
|
| H A D | ExprConstant.cpp | 7789 bool VisitExprWithCleanups(const ExprWithCleanups *E) { in VisitExprWithCleanups() function in __anon6f5850ef1711::ExprEvaluatorBase
|
| /src/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTWriterStmt.cpp | 1967 void ASTStmtWriter::VisitExprWithCleanups(ExprWithCleanups *E) { in VisitExprWithCleanups() function in ASTStmtWriter
|
| H A D | ASTReaderStmt.cpp | 1968 void ASTStmtReader::VisitExprWithCleanups(ExprWithCleanups *E) { in VisitExprWithCleanups() function in ASTStmtReader
|