Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DTransfer.cpp749 void VisitExprWithCleanups(const ExprWithCleanups *S) { VisitExprWithCleanups() function in clang::dataflow::__anonae03ae850111::TransferVisitor
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprComplex.cpp233 ComplexPairTy VisitExprWithCleanups(ExprWithCleanups *E) { VisitExprWithCleanups() function in __anond007d2310111::ComplexExprEmitter
H A DCGExprAgg.cpp1401 void AggExprEmitter::VisitExprWithCleanups(ExprWithCleanups *E) { VisitExprWithCleanups() function in AggExprEmitter
H A DCGExprConstant.cpp1239 llvm::Constant *VisitExprWithCleanups(ExprWithCleanups *E, QualType T) { VisitExprWithCleanups() function in __anon4e2986830111::ConstExprEmitter
H A DCGExprScalar.cpp2484 Value *ScalarExprEmitter::VisitExprWithCleanups(ExprWithCleanups *E) { VisitExprWithCleanups() function in ScalarExprEmitter
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp1492 void JSONNodeDumper::VisitExprWithCleanups(const ExprWithCleanups *EWC) { VisitExprWithCleanups() function in JSONNodeDumper
H A DTextNodeDumper.cpp1408 void TextNodeDumper::VisitExprWithCleanups(const ExprWithCleanups *Node) { VisitExprWithCleanups() function in TextNodeDumper
H A DStmtPrinter.cpp2366 void StmtPrinter::VisitExprWithCleanups(ExprWithCleanups *E) { VisitExprWithCleanups() function in StmtPrinter
H A DStmtProfile.cpp2163 void StmtProfiler::VisitExprWithCleanups(const ExprWithCleanups *S) { VisitExprWithCleanups() function in StmtProfiler
H A DASTImporter.cpp8215 ExpectedStmt ASTNodeImporter::VisitExprWithCleanups(ExprWithCleanups *E) { VisitExprWithCleanups() function in ASTNodeImporter
H A DExprConstant.cpp7726 bool VisitExprWithCleanups(const ExprWithCleanups *E) { VisitExprWithCleanups() function in __anon147cbbcc1711::ExprEvaluatorBase
/freebsd-src/contrib/llvm-project/clang/lib/AST/Interp/
H A DByteCodeExprGen.cpp
/freebsd-src/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp1956 void ASTStmtWriter::VisitExprWithCleanups(ExprWithCleanups *E) { VisitExprWithCleanups() function in ASTStmtWriter
H A DASTReaderStmt.cpp1960 void ASTStmtReader::VisitExprWithCleanups(ExprWithCleanups *E) { VisitExprWithCleanups() function in ASTStmtReader
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp4798 CFGBlock *CFGBuilder::VisitExprWithCleanups(ExprWithCleanups *E, VisitExprWithCleanups() function in CFGBuilder