Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
HDTextNodeDumper.h306 void VisitExprWithCleanups(const ExprWithCleanups *Node);
HDJSONNodeDumper.h308 void VisitExprWithCleanups(const ExprWithCleanups *EWC);
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
HDPtrTypesSemantics.cpp504 bool VisitExprWithCleanups(const ExprWithCleanups *EWC) { in VisitExprWithCleanups() function in clang::TrivialFunctionAnalysisVisitor
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/Interp/
HDCompiler.h158 bool VisitExprWithCleanups(const ExprWithCleanups *E);
HDCompiler.cpp2218 bool Compiler<Emitter>::VisitExprWithCleanups(const ExprWithCleanups *E) { in VisitExprWithCleanups() function in Compiler
/freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
HDTransfer.cpp811 void VisitExprWithCleanups(const ExprWithCleanups *S) { in VisitExprWithCleanups() function in clang::dataflow::__anon9a2ca60c0111::TransferVisitor
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGExprAgg.cpp200 void VisitExprWithCleanups(ExprWithCleanups *E);
1403 void AggExprEmitter::VisitExprWithCleanups(ExprWithCleanups *E) { in VisitExprWithCleanups() function in AggExprEmitter
HDCGExprComplex.cpp238 ComplexPairTy VisitExprWithCleanups(ExprWithCleanups *E) { in VisitExprWithCleanups() function in __anon068164f80111::ComplexExprEmitter
HDCGExprConstant.cpp1265 llvm::Constant *VisitExprWithCleanups(const ExprWithCleanups *E, QualType T) { in VisitExprWithCleanups() function in __anon53d5722a0111::ConstExprEmitter
HDCGExprScalar.cpp686 Value *VisitExprWithCleanups(ExprWithCleanups *E);
2720 Value *ScalarExprEmitter::VisitExprWithCleanups(ExprWithCleanups *E) { in VisitExprWithCleanups() function in ScalarExprEmitter
/freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/
HDCFG.cpp589 CFGBlock *VisitExprWithCleanups(ExprWithCleanups *E,
2253 return VisitExprWithCleanups(cast<ExprWithCleanups>(S), in Visit()
4795 CFGBlock *CFGBuilder::VisitExprWithCleanups(ExprWithCleanups *E, in VisitExprWithCleanups() function in CFGBuilder
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
HDJSONNodeDumper.cpp1527 void JSONNodeDumper::VisitExprWithCleanups(const ExprWithCleanups *EWC) { in VisitExprWithCleanups() function in JSONNodeDumper
HDStmtProfile.cpp2193 void StmtProfiler::VisitExprWithCleanups(const ExprWithCleanups *S) { in VisitExprWithCleanups() function in StmtProfiler
HDStmtPrinter.cpp2412 void StmtPrinter::VisitExprWithCleanups(ExprWithCleanups *E) { in VisitExprWithCleanups() function in StmtPrinter
HDTextNodeDumper.cpp1643 void TextNodeDumper::VisitExprWithCleanups(const ExprWithCleanups *Node) { in VisitExprWithCleanups() function in TextNodeDumper
HDASTImporter.cpp627 ExpectedStmt VisitExprWithCleanups(ExprWithCleanups *E);
8317 ExpectedStmt ASTNodeImporter::VisitExprWithCleanups(ExprWithCleanups *E) { in VisitExprWithCleanups() function in ASTNodeImporter
HDExprConstant.cpp7789 bool VisitExprWithCleanups(const ExprWithCleanups *E) { in VisitExprWithCleanups() function in __anonf766b6331711::ExprEvaluatorBase
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTWriterStmt.cpp1967 void ASTStmtWriter::VisitExprWithCleanups(ExprWithCleanups *E) { in VisitExprWithCleanups() function in ASTStmtWriter
HDASTReaderStmt.cpp1968 void ASTStmtReader::VisitExprWithCleanups(ExprWithCleanups *E) { in VisitExprWithCleanups() function in ASTStmtReader