Home
last modified time | relevance | path

Searched defs:VisitExprWithCleanups (Results 1 – 16 of 16) sorted by relevance

/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DTransfer.cpp811 void VisitExprWithCleanups(const ExprWithCleanups *S) { VisitExprWithCleanups() function in clang::dataflow::__anonfd8dcce60111::TransferVisitor
/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DPtrTypesSemantics.cpp504 bool VisitExprWithCleanups(const ExprWithCleanups *EWC) { VisitExprWithCleanups() function in clang::TrivialFunctionAnalysisVisitor
/llvm-project/clang/lib/CodeGen/
H A DCGExprComplex.cpp238 ComplexPairTy VisitExprWithCleanups(ExprWithCleanups *E) { VisitExprWithCleanups() function in __anon020953520111::ComplexExprEmitter
H A DCGExprAgg.cpp1406 void AggExprEmitter::VisitExprWithCleanups(ExprWithCleanups *E) { VisitExprWithCleanups() function in AggExprEmitter
H A DCGExprConstant.cpp1254 llvm::Constant *VisitExprWithCleanups(const ExprWithCleanups *E, QualType T) { VisitExprWithCleanups() function in __anonc05b2bc40111::ConstExprEmitter
H A DCGExprScalar.cpp2714 Value *ScalarExprEmitter::VisitExprWithCleanups(ExprWithCleanups *E) { VisitExprWithCleanups() function in ScalarExprEmitter
/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp1528 void JSONNodeDumper::VisitExprWithCleanups(const ExprWithCleanups *EWC) { VisitExprWithCleanups() function in JSONNodeDumper
H A DTextNodeDumper.cpp1643 void TextNodeDumper::VisitExprWithCleanups(const ExprWithCleanups *Node) { VisitExprWithCleanups() function in TextNodeDumper
H A DStmtPrinter.cpp2402 void StmtPrinter::VisitExprWithCleanups(ExprWithCleanups *E) { VisitExprWithCleanups() function in StmtPrinter
H A DStmtProfile.cpp2184 void StmtProfiler::VisitExprWithCleanups(const ExprWithCleanups *S) { VisitExprWithCleanups() function in StmtProfiler
H A DASTImporter.cpp8312 ExpectedStmt ASTNodeImporter::VisitExprWithCleanups(ExprWithCleanups *E) { VisitExprWithCleanups() function in ASTNodeImporter
H A DExprConstant.cpp7774 bool VisitExprWithCleanups(const ExprWithCleanups *E) { VisitExprWithCleanups() function in __anon006fc44d1711::ExprEvaluatorBase
/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp1969 void ASTStmtWriter::VisitExprWithCleanups(ExprWithCleanups *E) { VisitExprWithCleanups() function in ASTStmtWriter
H A DASTReaderStmt.cpp1971 void ASTStmtReader::VisitExprWithCleanups(ExprWithCleanups *E) { VisitExprWithCleanups() function in ASTStmtReader
/llvm-project/clang/lib/AST/Interp/
H A DCompiler.cpp
/llvm-project/clang/lib/Analysis/
H A DCFG.cpp4795 CFGBlock *CFGBuilder::VisitExprWithCleanups(ExprWithCleanups *E, VisitExprWithCleanups() function in CFGBuilder