/llvm-project/clang/lib/Analysis/FlowSensitive/ |
H A D | Transfer.cpp | 811 void VisitExprWithCleanups(const ExprWithCleanups *S) { VisitExprWithCleanups() function in clang::dataflow::__anonfd8dcce60111::TransferVisitor
|
/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/ |
H A D | PtrTypesSemantics.cpp | 504 bool VisitExprWithCleanups(const ExprWithCleanups *EWC) { VisitExprWithCleanups() function in clang::TrivialFunctionAnalysisVisitor
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGExprComplex.cpp | 238 ComplexPairTy VisitExprWithCleanups(ExprWithCleanups *E) { VisitExprWithCleanups() function in __anon020953520111::ComplexExprEmitter
|
H A D | CGExprAgg.cpp | 1406 void AggExprEmitter::VisitExprWithCleanups(ExprWithCleanups *E) { VisitExprWithCleanups() function in AggExprEmitter
|
H A D | CGExprConstant.cpp | 1254 llvm::Constant *VisitExprWithCleanups(const ExprWithCleanups *E, QualType T) { VisitExprWithCleanups() function in __anonc05b2bc40111::ConstExprEmitter
|
H A D | CGExprScalar.cpp | 2714 Value *ScalarExprEmitter::VisitExprWithCleanups(ExprWithCleanups *E) { VisitExprWithCleanups() function in ScalarExprEmitter
|
/llvm-project/clang/lib/AST/ |
H A D | JSONNodeDumper.cpp | 1528 void JSONNodeDumper::VisitExprWithCleanups(const ExprWithCleanups *EWC) { VisitExprWithCleanups() function in JSONNodeDumper
|
H A D | TextNodeDumper.cpp | 1643 void TextNodeDumper::VisitExprWithCleanups(const ExprWithCleanups *Node) { VisitExprWithCleanups() function in TextNodeDumper
|
H A D | StmtPrinter.cpp | 2402 void StmtPrinter::VisitExprWithCleanups(ExprWithCleanups *E) { VisitExprWithCleanups() function in StmtPrinter
|
H A D | StmtProfile.cpp | 2184 void StmtProfiler::VisitExprWithCleanups(const ExprWithCleanups *S) { VisitExprWithCleanups() function in StmtProfiler
|
H A D | ASTImporter.cpp | 8312 ExpectedStmt ASTNodeImporter::VisitExprWithCleanups(ExprWithCleanups *E) { VisitExprWithCleanups() function in ASTNodeImporter
|
H A D | ExprConstant.cpp | 7774 bool VisitExprWithCleanups(const ExprWithCleanups *E) { VisitExprWithCleanups() function in __anon006fc44d1711::ExprEvaluatorBase
|
/llvm-project/clang/lib/Serialization/ |
H A D | ASTWriterStmt.cpp | 1969 void ASTStmtWriter::VisitExprWithCleanups(ExprWithCleanups *E) { VisitExprWithCleanups() function in ASTStmtWriter
|
H A D | ASTReaderStmt.cpp | 1971 void ASTStmtReader::VisitExprWithCleanups(ExprWithCleanups *E) { VisitExprWithCleanups() function in ASTStmtReader
|
/llvm-project/clang/lib/AST/Interp/ |
H A D | Compiler.cpp |
|
/llvm-project/clang/lib/Analysis/ |
H A D | CFG.cpp | 4795 CFGBlock *CFGBuilder::VisitExprWithCleanups(ExprWithCleanups *E, VisitExprWithCleanups() function in CFGBuilder
|