| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | EvaluatedExprVisitor.h | 92 void VisitLambdaExpr(PTR(LambdaExpr) LE) { in VisitLambdaExpr() function
|
| H A D | ASTNodeTraverser.h | 925 void VisitLambdaExpr(const LambdaExpr *Node) { in VisitLambdaExpr() function
|
| /freebsd/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | CallGraph.cpp | 81 void VisitLambdaExpr(LambdaExpr *LE) { in VisitLambdaExpr() function in __anon4215f6bb0111::CGBuilder
|
| H A D | CFG.cpp | 622 CFGBlock *VisitLambdaExpr(LambdaExpr *E, AddStmtChoice asc); 2421 return VisitLambdaExpr(cast<LambdaExpr>(S), asc); in Visit() 3538 CFGBlock *CFGBuilder::VisitLambdaExpr(LambdaExpr *E, AddStmtChoice asc) { in VisitLambdaExpr() function in CFGBuilder
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/ |
| H A D | RefCntblBaseVirtualDtorChecker.cpp | 149 bool VisitLambdaExpr(const LambdaExpr *) { return false; } in VisitLambdaExpr() function in __anonf2028dc30111::DerefFuncDeleteExprVisitor
|
| H A D | RawPtrRefLambdaCapturesChecker.cpp | 92 bool VisitLambdaExpr(LambdaExpr *L) override { in checkASTDecl() function
|
| /freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | ExprEngine.h | 470 void VisitLambdaExpr(const LambdaExpr *LE, ExplodedNode *Pred,
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/ |
| H A D | Compiler.h | 182 bool VisitLambdaExpr(const LambdaExpr *E);
|
| H A D | Compiler.cpp | 2981 bool Compiler<Emitter>::VisitLambdaExpr(const LambdaExpr *E) { in VisitLambdaExpr() function in Compiler
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGExprAgg.cpp | 204 void VisitLambdaExpr(LambdaExpr *E); 1504 AggExprEmitter::VisitLambdaExpr(LambdaExpr *E) { in VisitLambdaExpr() function in AggExprEmitter
|
| H A D | CodeGenPGO.cpp | 635 void VisitLambdaExpr(const LambdaExpr *LE) {} in VisitLambdaExpr() function
|
| H A D | CGOpenMPRuntimeGPU.cpp | 367 void VisitLambdaExpr(const LambdaExpr *E) { in VisitLambdaExpr() function in __anon61bd5b670111::CheckVarsEscapingDeclContext
|
| H A D | CoverageMappingGen.cpp | 2368 void VisitLambdaExpr(const LambdaExpr *LE) { in VisitLambdaExpr() function
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | ExprEngineCXX.cpp | 1155 void ExprEngine::VisitLambdaExpr(const LambdaExpr *LE, ExplodedNode *Pred, in VisitLambdaExpr() function in ExprEngine
|
| H A D | ExprEngine.cpp | 2111 VisitLambdaExpr(cast<LambdaExpr>(S), Pred, Dst); in Visit()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | StmtProfile.cpp | 2109 StmtProfiler::VisitLambdaExpr(const LambdaExpr *S) { in VisitLambdaExpr() function in StmtProfiler
|
| H A D | StmtPrinter.cpp | 2320 void StmtPrinter::VisitLambdaExpr(LambdaExpr *Node) { in VisitLambdaExpr() function in StmtPrinter
|
| H A D | ExprConstant.cpp | 10665 bool VisitLambdaExpr(const LambdaExpr *E); 11044 bool RecordExprEvaluator::VisitLambdaExpr(const LambdaExpr *E) { in VisitLambdaExpr() function in RecordExprEvaluator 11138 bool VisitLambdaExpr(const LambdaExpr *E) { in VisitLambdaExpr() function in __anonfb577fba2211::TemporaryExprEvaluator
|
| H A D | ASTImporter.cpp | 685 ExpectedStmt VisitLambdaExpr(LambdaExpr *LE); 9012 ExpectedStmt ASTNodeImporter::VisitLambdaExpr(LambdaExpr *E) { in VisitLambdaExpr() function in ASTNodeImporter
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | AnalysisBasedWarnings.cpp | 2782 bool VisitLambdaExpr(LambdaExpr *Node) override { in VisitLambdaExpr() function in CallableVisitor
|
| H A D | SemaTemplateInstantiate.cpp | 155 bool VisitLambdaExpr(LambdaExpr *LE) override { in isLambdaEnclosedByTypeAliasDecl() function
|
| H A D | SemaDeclCXX.cpp | 83 bool VisitLambdaExpr(const LambdaExpr *Lambda); 164 bool CheckDefaultArgumentVisitor::VisitLambdaExpr(const LambdaExpr *Lambda) { in VisitLambdaExpr() function in __anon42c808800111::CheckDefaultArgumentVisitor
|
| H A D | SemaDecl.cpp | 12881 void VisitLambdaExpr(LambdaExpr *E) { in VisitLambdaExpr() function in __anondd060bcd1e11::SelfReferenceChecker 12883 Inherited::VisitLambdaExpr(E); in VisitLambdaExpr()
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTWriterStmt.cpp | 1767 void ASTStmtWriter::VisitLambdaExpr(LambdaExpr *E) { in VisitLambdaExpr() function in ASTStmtWriter
|
| H A D | ASTReaderStmt.cpp | 1780 void ASTStmtReader::VisitLambdaExpr(LambdaExpr *E) { in VisitLambdaExpr() function in ASTStmtReader
|