Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DTextNodeDumper.h285 void VisitExprWithCleanups(const ExprWithCleanups *Node);
H A DJSONNodeDumper.h291 void VisitExprWithCleanups(const ExprWithCleanups *EWC);
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprAgg.cpp190 void VisitExprWithCleanups(ExprWithCleanups *E);
1377 void AggExprEmitter::VisitExprWithCleanups(ExprWithCleanups *E) { in VisitExprWithCleanups() function in AggExprEmitter
H A DCGExprComplex.cpp228 ComplexPairTy VisitExprWithCleanups(ExprWithCleanups *E) { in VisitExprWithCleanups() function in __anon4e663b930111::ComplexExprEmitter
H A DCGExprConstant.cpp1185 llvm::Constant *VisitExprWithCleanups(ExprWithCleanups *E, QualType T) { in VisitExprWithCleanups() function in __anon98551c250111::ConstExprEmitter
H A DCGExprScalar.cpp659 Value *VisitExprWithCleanups(ExprWithCleanups *E);
2386 Value *ScalarExprEmitter::VisitExprWithCleanups(ExprWithCleanups *E) { in VisitExprWithCleanups() function in ScalarExprEmitter
/freebsd-13.1/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp571 CFGBlock *VisitExprWithCleanups(ExprWithCleanups *E,
2192 return VisitExprWithCleanups(cast<ExprWithCleanups>(S), in Visit()
4518 CFGBlock *CFGBuilder::VisitExprWithCleanups(ExprWithCleanups *E, in VisitExprWithCleanups() function in CFGBuilder
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp1380 void JSONNodeDumper::VisitExprWithCleanups(const ExprWithCleanups *EWC) { in VisitExprWithCleanups() function in JSONNodeDumper
H A DStmtProfile.cpp2036 void StmtProfiler::VisitExprWithCleanups(const ExprWithCleanups *S) { in VisitExprWithCleanups() function in StmtProfiler
H A DTextNodeDumper.cpp1268 void TextNodeDumper::VisitExprWithCleanups(const ExprWithCleanups *Node) { in VisitExprWithCleanups() function in TextNodeDumper
H A DStmtPrinter.cpp2180 void StmtPrinter::VisitExprWithCleanups(ExprWithCleanups *E) { in VisitExprWithCleanups() function in StmtPrinter
H A DASTImporter.cpp651 ExpectedStmt VisitExprWithCleanups(ExprWithCleanups *E);
7626 ExpectedStmt ASTNodeImporter::VisitExprWithCleanups(ExprWithCleanups *E) { in VisitExprWithCleanups() function in ASTNodeImporter
H A DExprConstant.cpp7385 bool VisitExprWithCleanups(const ExprWithCleanups *E) { in VisitExprWithCleanups() function in __anon19193fee1611::ExprEvaluatorBase
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp1839 void ASTStmtWriter::VisitExprWithCleanups(ExprWithCleanups *E) { in VisitExprWithCleanups() function in ASTStmtWriter
H A DASTReaderStmt.cpp1932 void ASTStmtReader::VisitExprWithCleanups(ExprWithCleanups *E) { in VisitExprWithCleanups() function in ASTStmtReader