Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/include/clang/AST/
DTextNodeDumper.h286 void VisitExprWithCleanups(const ExprWithCleanups *Node);
DJSONNodeDumper.h296 void VisitExprWithCleanups(const ExprWithCleanups *EWC);
/openbsd/src/gnu/llvm/clang/lib/CodeGen/
DCGExprAgg.cpp196 void VisitExprWithCleanups(ExprWithCleanups *E);
1398 void AggExprEmitter::VisitExprWithCleanups(ExprWithCleanups *E) { in VisitExprWithCleanups() function in AggExprEmitter
DCGExprComplex.cpp229 ComplexPairTy VisitExprWithCleanups(ExprWithCleanups *E) { in VisitExprWithCleanups() function in __anonf2e2f35b0111::ComplexExprEmitter
DCGExprConstant.cpp1214 llvm::Constant *VisitExprWithCleanups(ExprWithCleanups *E, QualType T) { in VisitExprWithCleanups() function in __anoncc68cced0111::ConstExprEmitter
DCGExprScalar.cpp669 Value *VisitExprWithCleanups(ExprWithCleanups *E);
2468 Value *ScalarExprEmitter::VisitExprWithCleanups(ExprWithCleanups *E) { in VisitExprWithCleanups() function in ScalarExprEmitter
/openbsd/src/gnu/llvm/clang/lib/Analysis/
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/src/gnu/llvm/clang/lib/AST/
DJSONNodeDumper.cpp1419 void JSONNodeDumper::VisitExprWithCleanups(const ExprWithCleanups *EWC) { in VisitExprWithCleanups() function in JSONNodeDumper
DStmtProfile.cpp2112 void StmtProfiler::VisitExprWithCleanups(const ExprWithCleanups *S) { in VisitExprWithCleanups() function in StmtProfiler
DTextNodeDumper.cpp1283 void TextNodeDumper::VisitExprWithCleanups(const ExprWithCleanups *Node) { in VisitExprWithCleanups() function in TextNodeDumper
DStmtPrinter.cpp2351 void StmtPrinter::VisitExprWithCleanups(ExprWithCleanups *E) { in VisitExprWithCleanups() function in StmtPrinter
DASTImporter.cpp669 ExpectedStmt VisitExprWithCleanups(ExprWithCleanups *E);
7898 ExpectedStmt ASTNodeImporter::VisitExprWithCleanups(ExprWithCleanups *E) { in VisitExprWithCleanups() function in ASTNodeImporter
DExprConstant.cpp7477 bool VisitExprWithCleanups(const ExprWithCleanups *E) { in VisitExprWithCleanups() function in __anonc589fab61711::ExprEvaluatorBase
/openbsd/src/gnu/llvm/clang/lib/Serialization/
DASTWriterStmt.cpp1841 void ASTStmtWriter::VisitExprWithCleanups(ExprWithCleanups *E) { in VisitExprWithCleanups() function in ASTStmtWriter
DASTReaderStmt.cpp1929 void ASTStmtReader::VisitExprWithCleanups(ExprWithCleanups *E) { in VisitExprWithCleanups() function in ASTStmtReader