/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/WebKit/ |
H A D | UncountedLambdaCapturesChecker.cpp | 47 bool VisitLambdaExpr(LambdaExpr *L) { in checkASTDecl() function
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | EvaluatedExprVisitor.h | 92 void VisitLambdaExpr(PTR(LambdaExpr) LE) { in VisitLambdaExpr() function
|
H A D | ASTNodeTraverser.h | 692 void VisitLambdaExpr(const LambdaExpr *Node) { in VisitLambdaExpr() function
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/ |
H A D | CallGraph.cpp | 82 void VisitLambdaExpr(LambdaExpr *LE) { in VisitLambdaExpr() function in __anon75474f260111::CGBuilder
|
H A D | CFG.cpp | 582 CFGBlock *VisitLambdaExpr(LambdaExpr *E, AddStmtChoice asc); 2262 return VisitLambdaExpr(cast<LambdaExpr>(S), asc); in Visit() 3275 CFGBlock *CFGBuilder::VisitLambdaExpr(LambdaExpr *E, AddStmtChoice asc) { in VisitLambdaExpr() function in CFGBuilder
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | ExprEngine.h | 464 void VisitLambdaExpr(const LambdaExpr *LE, ExplodedNode *Pred,
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CGExprAgg.cpp | 188 void VisitLambdaExpr(LambdaExpr *E); 1323 AggExprEmitter::VisitLambdaExpr(LambdaExpr *E) { in VisitLambdaExpr() function in AggExprEmitter
|
H A D | CodeGenPGO.cpp | 418 void VisitLambdaExpr(const LambdaExpr *LE) {} in VisitLambdaExpr() function
|
H A D | CoverageMappingGen.cpp | 1513 void VisitLambdaExpr(const LambdaExpr *LE) { in VisitLambdaExpr() function
|
H A D | CGOpenMPRuntimeGPU.cpp | 398 void VisitLambdaExpr(const LambdaExpr *E) { in VisitLambdaExpr() function in __anonacc9eed20111::CheckVarsEscapingDeclContext
|
H A D | CGStmtOpenMP.cpp | 4219 void VisitLambdaExpr(const LambdaExpr *) { return; } in VisitLambdaExpr() function in __anon18af19ea7111::CheckVarsEscapingUntiedTaskDeclContext
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
H A D | ExprEngineCXX.cpp | 989 void ExprEngine::VisitLambdaExpr(const LambdaExpr *LE, ExplodedNode *Pred, in VisitLambdaExpr() function in ExprEngine
|
H A D | ExprEngine.cpp | 1547 VisitLambdaExpr(cast<LambdaExpr>(S), Pred, Dst); in Visit()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | StmtProfile.cpp | 1908 StmtProfiler::VisitLambdaExpr(const LambdaExpr *S) { in VisitLambdaExpr() function in StmtProfiler
|
H A D | StmtPrinter.cpp | 1944 void StmtPrinter::VisitLambdaExpr(LambdaExpr *Node) { in VisitLambdaExpr() function in StmtPrinter
|
H A D | ExprConstant.cpp | 9653 bool VisitLambdaExpr(const LambdaExpr *E); 10008 bool RecordExprEvaluator::VisitLambdaExpr(const LambdaExpr *E) { in VisitLambdaExpr() function in RecordExprEvaluator 10104 bool VisitLambdaExpr(const LambdaExpr *E) { in VisitLambdaExpr() function in __anondef1c1652011::TemporaryExprEvaluator
|
H A D | ASTImporter.cpp | 639 ExpectedStmt VisitLambdaExpr(LambdaExpr *LE); 7840 ExpectedStmt ASTNodeImporter::VisitLambdaExpr(LambdaExpr *E) { in VisitLambdaExpr() function in ASTNodeImporter
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/ |
H A D | ASTWriterStmt.cpp | 1616 void ASTStmtWriter::VisitLambdaExpr(LambdaExpr *E) { in VisitLambdaExpr() function in ASTStmtWriter
|
H A D | ASTReaderStmt.cpp | 1723 void ASTStmtReader::VisitLambdaExpr(LambdaExpr *E) { in VisitLambdaExpr() function in ASTStmtReader
|
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/ |
H A D | CIndex.cpp | 2041 void VisitLambdaExpr(const LambdaExpr *E); 2860 void EnqueueVisitor::VisitLambdaExpr(const LambdaExpr *E) { in VisitLambdaExpr() function in EnqueueVisitor
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaDeclCXX.cpp | 72 bool VisitLambdaExpr(const LambdaExpr *Lambda); 148 bool CheckDefaultArgumentVisitor::VisitLambdaExpr(const LambdaExpr *Lambda) { in VisitLambdaExpr() function in __anon26624a2b0111::CheckDefaultArgumentVisitor
|