HomeSort by relevance Sort by last modified time
    Searched refs:LambdaExpr (Results 1 - 25 of 31) sorted by null

1 2

  /external/clang/lib/AST/
ExprCXX.cpp 771 LambdaExpr::Capture::Capture(SourceLocation Loc, bool Implicit,
795 LambdaCaptureKind LambdaExpr::Capture::getCaptureKind() const {
802 LambdaExpr::LambdaExpr(QualType T,
    [all...]
StmtProfile.cpp 805 StmtProfiler::VisitLambdaExpr(const LambdaExpr *S) {
807 for (LambdaExpr::capture_iterator C = S->explicit_capture_begin(),
Expr.cpp     [all...]
DeclCXX.cpp     [all...]
  /external/clang/tools/libclang/
IndexBody.cpp 138 bool TraverseLambdaCapture(LambdaExpr::Capture C) {
RecursiveASTVisitor.h 238 bool TraverseLambdaCapture(LambdaExpr::Capture C);
744 bool RecursiveASTVisitor<Derived>::TraverseLambdaCapture(LambdaExpr::Capture C){
    [all...]
CIndex.cpp     [all...]
  /external/clang/lib/Sema/
SemaLambda.cpp 725 llvm::SmallVector<LambdaExpr::Capture, 4> Captures;
757 Captures.push_back(LambdaExpr::Capture(From.getLocation(),
768 Captures.push_back(LambdaExpr::Capture(From.getLocation(), IsImplicit,
    [all...]
SemaExceptionSpec.cpp     [all...]
SemaTemplateVariadic.cpp 170 bool TraverseLambdaExpr(LambdaExpr *Lambda) {
181 for (LambdaExpr::capture_iterator I = Lambda->capture_begin(),
SemaTemplateInstantiate.cpp     [all...]
TreeTransform.h 575 ExprResult TransformLambdaScope(LambdaExpr *E, CXXMethodDecl *CallOperator);
    [all...]
SemaTemplateDeduction.cpp     [all...]
  /external/clang/include/clang/AST/
ExprCXX.h     [all...]
DeclCXX.h 43 class LambdaExpr;
564 typedef LambdaExpr::Capture Capture;
634 friend class LambdaExpr;
    [all...]
RecursiveASTVisitor.h 245 bool TraverseLambdaCapture(LambdaExpr::Capture C);
808 bool RecursiveASTVisitor<Derived>::TraverseLambdaCapture(LambdaExpr::Capture C){
    [all...]
  /external/clang/lib/CodeGen/
CGExprAgg.cpp 167 void VisitLambdaExpr(LambdaExpr *E);
    [all...]
CGExprCXX.cpp     [all...]
CodeGenFunction.h     [all...]
CGExpr.cpp 749 return EmitLambdaLValue(cast<LambdaExpr>(E));
    [all...]
CGDebugInfo.cpp 795 const LambdaExpr::Capture C = *I;
    [all...]
  /external/clang/lib/Analysis/
CFG.cpp 345 CFGBlock *VisitLambdaExpr(LambdaExpr *E, AddStmtChoice asc);
    [all...]
  /external/clang/lib/Serialization/
ASTWriterStmt.cpp     [all...]
ASTReaderStmt.cpp     [all...]
  /external/clang/include/clang/Sema/
Sema.h 111 class LambdaExpr;
596 llvm::SmallVector<LambdaExpr *, 2> Lambdas;
    [all...]

Completed in 691 milliseconds

1 2