/external/clang/unittests/Tooling/ |
H A D | RecursiveASTVisitorTest.cpp | 19 bool VisitLambdaExpr(LambdaExpr *Lambda) { function in class:__anon3247::LambdaExprVisitor 24 /// For each call to VisitLambdaExpr, we expect a subsequent call (with 33 /// VisitLambdaExpr. 59 bool VisitLambdaExpr(LambdaExpr *Lambda) { function in class:__anon3247::LambdaDefaultCaptureVisitor
|
/external/clang/include/clang/AST/ |
H A D | EvaluatedExprVisitor.h | 89 void VisitLambdaExpr(PTR(LambdaExpr) LE) {
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | ExprEngine.h | 344 /// VisitLambdaExpr - Transfer function logic for LambdaExprs. 345 void VisitLambdaExpr(const LambdaExpr *LE, ExplodedNode *Pred,
|
/external/clang/lib/StaticAnalyzer/Core/ |
H A D | ExprEngineCXX.cpp | 573 void ExprEngine::VisitLambdaExpr(const LambdaExpr *LE, ExplodedNode *Pred, function in class:ExprEngine
|
H A D | ExprEngine.cpp | 1031 VisitLambdaExpr(cast<LambdaExpr>(S), Pred, Dst);
|
/external/clang/lib/CodeGen/ |
H A D | CGExprAgg.cpp | 178 void VisitLambdaExpr(LambdaExpr *E); 1004 AggExprEmitter::VisitLambdaExpr(LambdaExpr *E) { function in class:AggExprEmitter
|
H A D | CodeGenPGO.cpp | 255 void VisitLambdaExpr(const LambdaExpr *LE) {} function in struct:__anon1321::ComputeRegionCounts
|
H A D | CoverageMappingGen.cpp | 870 void VisitLambdaExpr(const LambdaExpr *LE) { function in struct:__anon1327::CounterCoverageMappingBuilder
|
/external/clang/lib/AST/ |
H A D | ASTDumper.cpp | 523 void VisitLambdaExpr(const LambdaExpr *Node) { function in class:__anon1134::ASTDumper
|
H A D | StmtPrinter.cpp | 1915 void StmtPrinter::VisitLambdaExpr(LambdaExpr *Node) { function in class:StmtPrinter
|
H A D | StmtProfile.cpp | 1209 StmtProfiler::VisitLambdaExpr(const LambdaExpr *S) { function in class:StmtProfiler
|
/external/clang/lib/Analysis/ |
H A D | CFG.cpp | 464 CFGBlock *VisitLambdaExpr(LambdaExpr *E, AddStmtChoice asc); 1554 return VisitLambdaExpr(cast<LambdaExpr>(S), asc); 2346 CFGBlock *CFGBuilder::VisitLambdaExpr(LambdaExpr *E, AddStmtChoice asc) { function in class:__anon1213::CFGBuilder
|
/external/clang/tools/libclang/ |
H A D | CIndex.cpp | 1916 void VisitLambdaExpr(const LambdaExpr *E); 2501 void EnqueueVisitor::VisitLambdaExpr(const LambdaExpr *E) { function in class:EnqueueVisitor
|
/external/clang/lib/Serialization/ |
H A D | ASTReaderStmt.cpp | 1252 void ASTStmtReader::VisitLambdaExpr(LambdaExpr *E) { function in class:ASTStmtReader
|
H A D | ASTWriterStmt.cpp | 1216 void ASTStmtWriter::VisitLambdaExpr(LambdaExpr *E) { function in class:ASTStmtWriter
|
/external/clang/lib/Sema/ |
H A D | SemaDeclCXX.cpp | 69 bool VisitLambdaExpr(LambdaExpr *Lambda); 138 bool CheckDefaultArgumentVisitor::VisitLambdaExpr(LambdaExpr *Lambda) { function in class:__anon1503::CheckDefaultArgumentVisitor
|