Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DTransfer.cpp811 void VisitExprWithCleanups(const ExprWithCleanups *S) { in VisitExprWithCleanups() function in clang::dataflow::__anonc9ced1480111::TransferVisitor
/src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DPtrTypesSemantics.cpp504 bool VisitExprWithCleanups(const ExprWithCleanups *EWC) { in VisitExprWithCleanups() function in clang::TrivialFunctionAnalysisVisitor
/src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprAgg.cpp1403 void AggExprEmitter::VisitExprWithCleanups(ExprWithCleanups *E) { in VisitExprWithCleanups() function in AggExprEmitter
H A DCGExprComplex.cpp238 ComplexPairTy VisitExprWithCleanups(ExprWithCleanups *E) { in VisitExprWithCleanups() function in __anon0e0d15340111::ComplexExprEmitter
H A DCGExprConstant.cpp1265 llvm::Constant *VisitExprWithCleanups(const ExprWithCleanups *E, QualType T) { in VisitExprWithCleanups() function in __anon4cd729e60111::ConstExprEmitter
H A DCGExprScalar.cpp2720 Value *ScalarExprEmitter::VisitExprWithCleanups(ExprWithCleanups *E) { in VisitExprWithCleanups() function in ScalarExprEmitter
/src/contrib/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp1527 void JSONNodeDumper::VisitExprWithCleanups(const ExprWithCleanups *EWC) { in VisitExprWithCleanups() function in JSONNodeDumper
H A DTextNodeDumper.cpp1643 void TextNodeDumper::VisitExprWithCleanups(const ExprWithCleanups *Node) { in VisitExprWithCleanups() function in TextNodeDumper
H A DStmtPrinter.cpp2412 void StmtPrinter::VisitExprWithCleanups(ExprWithCleanups *E) { in VisitExprWithCleanups() function in StmtPrinter
H A DStmtProfile.cpp2193 void StmtProfiler::VisitExprWithCleanups(const ExprWithCleanups *S) { in VisitExprWithCleanups() function in StmtProfiler
H A DASTImporter.cpp8317 ExpectedStmt ASTNodeImporter::VisitExprWithCleanups(ExprWithCleanups *E) { in VisitExprWithCleanups() function in ASTNodeImporter
H A DExprConstant.cpp7789 bool VisitExprWithCleanups(const ExprWithCleanups *E) { in VisitExprWithCleanups() function in __anon6f5850ef1711::ExprEvaluatorBase
/src/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp1967 void ASTStmtWriter::VisitExprWithCleanups(ExprWithCleanups *E) { in VisitExprWithCleanups() function in ASTStmtWriter
H A DASTReaderStmt.cpp1968 void ASTStmtReader::VisitExprWithCleanups(ExprWithCleanups *E) { in VisitExprWithCleanups() function in ASTStmtReader
/src/contrib/llvm-project/clang/lib/AST/Interp/
H A DCompiler.cpp2218 bool Compiler<Emitter>::VisitExprWithCleanups(const ExprWithCleanups *E) { in VisitExprWithCleanups() function in Compiler
/src/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp4795 CFGBlock *CFGBuilder::VisitExprWithCleanups(ExprWithCleanups *E, in VisitExprWithCleanups() function in CFGBuilder