Searched refs:VisitLambdaExpr (Results 1 - 16 of 16) sorted by relevance

/external/clang/unittests/Tooling/
H A DRecursiveASTVisitorTest.cpp19 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 DEvaluatedExprVisitor.h89 void VisitLambdaExpr(PTR(LambdaExpr) LE) {
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h344 /// VisitLambdaExpr - Transfer function logic for LambdaExprs.
345 void VisitLambdaExpr(const LambdaExpr *LE, ExplodedNode *Pred,
/external/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp573 void ExprEngine::VisitLambdaExpr(const LambdaExpr *LE, ExplodedNode *Pred, function in class:ExprEngine
H A DExprEngine.cpp1031 VisitLambdaExpr(cast<LambdaExpr>(S), Pred, Dst);
/external/clang/lib/CodeGen/
H A DCGExprAgg.cpp178 void VisitLambdaExpr(LambdaExpr *E);
1004 AggExprEmitter::VisitLambdaExpr(LambdaExpr *E) { function in class:AggExprEmitter
H A DCodeGenPGO.cpp255 void VisitLambdaExpr(const LambdaExpr *LE) {} function in struct:__anon1321::ComputeRegionCounts
H A DCoverageMappingGen.cpp870 void VisitLambdaExpr(const LambdaExpr *LE) { function in struct:__anon1327::CounterCoverageMappingBuilder
/external/clang/lib/AST/
H A DASTDumper.cpp523 void VisitLambdaExpr(const LambdaExpr *Node) { function in class:__anon1134::ASTDumper
H A DStmtPrinter.cpp1915 void StmtPrinter::VisitLambdaExpr(LambdaExpr *Node) { function in class:StmtPrinter
H A DStmtProfile.cpp1209 StmtProfiler::VisitLambdaExpr(const LambdaExpr *S) { function in class:StmtProfiler
/external/clang/lib/Analysis/
H A DCFG.cpp464 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 DCIndex.cpp1916 void VisitLambdaExpr(const LambdaExpr *E);
2501 void EnqueueVisitor::VisitLambdaExpr(const LambdaExpr *E) { function in class:EnqueueVisitor
/external/clang/lib/Serialization/
H A DASTReaderStmt.cpp1252 void ASTStmtReader::VisitLambdaExpr(LambdaExpr *E) { function in class:ASTStmtReader
H A DASTWriterStmt.cpp1216 void ASTStmtWriter::VisitLambdaExpr(LambdaExpr *E) { function in class:ASTStmtWriter
/external/clang/lib/Sema/
H A DSemaDeclCXX.cpp69 bool VisitLambdaExpr(LambdaExpr *Lambda);
138 bool CheckDefaultArgumentVisitor::VisitLambdaExpr(LambdaExpr *Lambda) { function in class:__anon1503::CheckDefaultArgumentVisitor

Completed in 251 milliseconds