/openbsd/gnu/llvm/clang/include/clang/AST/ |
H A D | TextNodeDumper.h | 286 void VisitExprWithCleanups(const ExprWithCleanups *Node);
|
H A D | JSONNodeDumper.h | 296 void VisitExprWithCleanups(const ExprWithCleanups *EWC);
|
/openbsd/gnu/llvm/clang/lib/Analysis/FlowSensitive/ |
H A D | Transfer.cpp | 745 void VisitExprWithCleanups(const ExprWithCleanups *S) { in VisitExprWithCleanups() function in clang::dataflow::TransferVisitor
|
/openbsd/gnu/llvm/clang/lib/CodeGen/ |
H A D | CGExprAgg.cpp | 196 void VisitExprWithCleanups(ExprWithCleanups *E); 1398 void AggExprEmitter::VisitExprWithCleanups(ExprWithCleanups *E) { in VisitExprWithCleanups() function in AggExprEmitter
|
H A D | CGExprComplex.cpp | 229 ComplexPairTy VisitExprWithCleanups(ExprWithCleanups *E) { in VisitExprWithCleanups() function in __anon6ef8f9ac0111::ComplexExprEmitter
|
H A D | CGExprConstant.cpp | 1214 llvm::Constant *VisitExprWithCleanups(ExprWithCleanups *E, QualType T) { in VisitExprWithCleanups() function in __anoncb3f9d5e0111::ConstExprEmitter
|
H A D | CGExprScalar.cpp | 669 Value *VisitExprWithCleanups(ExprWithCleanups *E); 2468 Value *ScalarExprEmitter::VisitExprWithCleanups(ExprWithCleanups *E) { in VisitExprWithCleanups() function in ScalarExprEmitter
|
/openbsd/gnu/llvm/clang/lib/Analysis/ |
H A D | CFG.cpp | 576 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 D | JSONNodeDumper.cpp | 1419 void JSONNodeDumper::VisitExprWithCleanups(const ExprWithCleanups *EWC) { in VisitExprWithCleanups() function in JSONNodeDumper
|
H A D | StmtProfile.cpp | 2112 void StmtProfiler::VisitExprWithCleanups(const ExprWithCleanups *S) { in VisitExprWithCleanups() function in StmtProfiler
|
H A D | TextNodeDumper.cpp | 1283 void TextNodeDumper::VisitExprWithCleanups(const ExprWithCleanups *Node) { in VisitExprWithCleanups() function in TextNodeDumper
|
H A D | StmtPrinter.cpp | 2351 void StmtPrinter::VisitExprWithCleanups(ExprWithCleanups *E) { in VisitExprWithCleanups() function in StmtPrinter
|
H A D | ASTImporter.cpp | 669 ExpectedStmt VisitExprWithCleanups(ExprWithCleanups *E); 7898 ExpectedStmt ASTNodeImporter::VisitExprWithCleanups(ExprWithCleanups *E) { in VisitExprWithCleanups() function in ASTNodeImporter
|
H A D | ExprConstant.cpp | 7477 bool VisitExprWithCleanups(const ExprWithCleanups *E) { in VisitExprWithCleanups() function in __anond52d8a671711::ExprEvaluatorBase
|
/openbsd/gnu/llvm/clang/lib/Serialization/ |
H A D | ASTWriterStmt.cpp | 1841 void ASTStmtWriter::VisitExprWithCleanups(ExprWithCleanups *E) { in VisitExprWithCleanups() function in ASTStmtWriter
|
H A D | ASTReaderStmt.cpp | 1929 void ASTStmtReader::VisitExprWithCleanups(ExprWithCleanups *E) { in VisitExprWithCleanups() function in ASTStmtReader
|