Searched refs:VisitExprWithCleanups (Results 1 - 14 of 14) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DJSONNodeDumper.h283 void VisitExprWithCleanups(const ExprWithCleanups *EWC);
H A DTextNodeDumper.h261 void VisitExprWithCleanups(const ExprWithCleanups *Node);
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprAgg.cpp184 void VisitExprWithCleanups(ExprWithCleanups *E);
1330 void AggExprEmitter::VisitExprWithCleanups(ExprWithCleanups *E) { function in class:AggExprEmitter
H A DCGExprComplex.cpp224 ComplexPairTy VisitExprWithCleanups(ExprWithCleanups *E) { function in class:__anon361::ComplexExprEmitter
H A DCGExprConstant.cpp1169 llvm::Constant *VisitExprWithCleanups(ExprWithCleanups *E, QualType T) { function in class:__anon362::ConstExprEmitter
H A DCGExprScalar.cpp666 Value *VisitExprWithCleanups(ExprWithCleanups *E);
2317 Value *ScalarExprEmitter::VisitExprWithCleanups(ExprWithCleanups *E) { function in class:ScalarExprEmitter
/freebsd-11-stable/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp573 CFGBlock *VisitExprWithCleanups(ExprWithCleanups *E,
2187 return VisitExprWithCleanups(cast<ExprWithCleanups>(S),
4481 CFGBlock *CFGBuilder::VisitExprWithCleanups(ExprWithCleanups *E, function in class:CFGBuilder
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DStmtProfile.cpp1871 void StmtProfiler::VisitExprWithCleanups(const ExprWithCleanups *S) { function in class:StmtProfiler
H A DStmtPrinter.cpp2114 void StmtPrinter::VisitExprWithCleanups(ExprWithCleanups *E) { function in class:StmtPrinter
H A DJSONNodeDumper.cpp1330 void JSONNodeDumper::VisitExprWithCleanups(const ExprWithCleanups *EWC) { function in class:JSONNodeDumper
H A DASTImporter.cpp642 ExpectedStmt VisitExprWithCleanups(ExprWithCleanups *E);
7367 ExpectedStmt ASTNodeImporter::VisitExprWithCleanups(ExprWithCleanups *E) { function in class:ASTNodeImporter
H A DExprConstant.cpp4589 // VisitExprWithCleanups should create one when necessary.
6728 bool VisitExprWithCleanups(const ExprWithCleanups *E) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp1804 void ASTStmtReader::VisitExprWithCleanups(ExprWithCleanups *E) { function in class:ASTStmtReader
H A DASTWriterStmt.cpp1722 void ASTStmtWriter::VisitExprWithCleanups(ExprWithCleanups *E) { function in class:ASTStmtWriter

Completed in 261 milliseconds