Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang/AST/
H A DTextNodeDumper.h286 void VisitExprWithCleanups(const ExprWithCleanups *Node);
H A DJSONNodeDumper.h296 void VisitExprWithCleanups(const ExprWithCleanups *EWC);
/openbsd/gnu/llvm/clang/lib/Analysis/FlowSensitive/
H A DTransfer.cpp745 void VisitExprWithCleanups(const ExprWithCleanups *S) { in VisitExprWithCleanups() function in clang::dataflow::TransferVisitor
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGExprAgg.cpp196 void VisitExprWithCleanups(ExprWithCleanups *E);
1398 void AggExprEmitter::VisitExprWithCleanups(ExprWithCleanups *E) { in VisitExprWithCleanups() function in AggExprEmitter
H A DCGExprComplex.cpp229 ComplexPairTy VisitExprWithCleanups(ExprWithCleanups *E) { in VisitExprWithCleanups() function in __anon6ef8f9ac0111::ComplexExprEmitter
H A DCGExprConstant.cpp1214 llvm::Constant *VisitExprWithCleanups(ExprWithCleanups *E, QualType T) { in VisitExprWithCleanups() function in __anoncb3f9d5e0111::ConstExprEmitter
H A DCGExprScalar.cpp669 Value *VisitExprWithCleanups(ExprWithCleanups *E);
2468 Value *ScalarExprEmitter::VisitExprWithCleanups(ExprWithCleanups *E) { in VisitExprWithCleanups() function in ScalarExprEmitter
/openbsd/gnu/llvm/clang/lib/Analysis/
H A DCFG.cpp576 CFGBlock *VisitExprWithCleanups(ExprWithCleanups *E,
2248 return VisitExprWithCleanups(cast<ExprWithCleanups>(S), in Visit()
4789 CFGBlock *CFGBuilder::VisitExprWithCleanups(ExprWithCleanups *E, in VisitExprWithCleanups() function in CFGBuilder
/openbsd/gnu/llvm/clang/lib/AST/
H A DJSONNodeDumper.cpp1419 void JSONNodeDumper::VisitExprWithCleanups(const ExprWithCleanups *EWC) { in VisitExprWithCleanups() function in JSONNodeDumper
H A DStmtProfile.cpp2112 void StmtProfiler::VisitExprWithCleanups(const ExprWithCleanups *S) { in VisitExprWithCleanups() function in StmtProfiler
H A DTextNodeDumper.cpp1283 void TextNodeDumper::VisitExprWithCleanups(const ExprWithCleanups *Node) { in VisitExprWithCleanups() function in TextNodeDumper
H A DStmtPrinter.cpp2351 void StmtPrinter::VisitExprWithCleanups(ExprWithCleanups *E) { in VisitExprWithCleanups() function in StmtPrinter
H A DASTImporter.cpp669 ExpectedStmt VisitExprWithCleanups(ExprWithCleanups *E);
7898 ExpectedStmt ASTNodeImporter::VisitExprWithCleanups(ExprWithCleanups *E) { in VisitExprWithCleanups() function in ASTNodeImporter
H A DExprConstant.cpp7477 bool VisitExprWithCleanups(const ExprWithCleanups *E) { in VisitExprWithCleanups() function in __anond52d8a671711::ExprEvaluatorBase
/openbsd/gnu/llvm/clang/lib/Serialization/
H A DASTWriterStmt.cpp1841 void ASTStmtWriter::VisitExprWithCleanups(ExprWithCleanups *E) { in VisitExprWithCleanups() function in ASTStmtWriter
H A DASTReaderStmt.cpp1929 void ASTStmtReader::VisitExprWithCleanups(ExprWithCleanups *E) { in VisitExprWithCleanups() function in ASTStmtReader