HomeSort by relevance Sort by last modified time
    Searched defs:Lambda (Results 1 - 16 of 16) sorted by null

  /external/clang/lib/Sema/
SemaExceptionSpec.cpp     [all...]
SemaLambda.cpp 10 // This file implements semantic analysis for C++ lambda expressions.
30 // Start constructing the lambda class.
58 // C++11 [expr.prim.lambda]p5:
59 // The closure type for a lambda-expression has a public inline function
61 // the lambda-expression's parameter-declaration-clause and
100 // Allocate a mangling number for this lambda expression, if the ABI
145 // There is no special context for this lambda.
365 // Determine if we're within a context where we know that the lambda will
382 // C++11 [expr.prim.lambda]p4:
383 // If a lambda-expression does not include a lambda-declarator, it is as
    [all...]
AnalysisBasedWarnings.cpp 224 enum { Function, Block, Lambda } funMode;
287 D.funMode = Lambda;
307 && ((funMode == Lambda) ||
    [all...]
SemaExprCXX.cpp 745 // For lambda expressions, build a field and an initializing expression.
746 CXXRecordDecl *Lambda = LSI->Lambda;
748 = FieldDecl::Create(Context, Lambda, Loc, Loc, 0, ThisTy,
753 Lambda->addDecl(Field);
    [all...]
SemaDeclCXX.cpp 66 bool VisitLambdaExpr(LambdaExpr *Lambda);
117 bool CheckDefaultArgumentVisitor::VisitLambdaExpr(LambdaExpr *Lambda) {
118 // C++11 [expr.lambda.prim]p13:
119 // A lambda-expression appearing in a default argument shall not
121 if (Lambda->capture_begin() == Lambda->capture_end())
124 return S->Diag(Lambda->getLocStart(),
606 // C++11 [expr.prim.lambda]p5:
608 // parameter-declaration-clause of a lambda-declarator.
    [all...]
SemaExpr.cpp     [all...]
  /external/clang/include/clang/Sema/
ScopeInfo.h 224 /// the type of the non-static data member in the lambda/block structure
249 /// is deduced (e.g. a lambda or block with omitted return type).
335 /// \brief The class that describes the lambda.
336 CXXRecordDecl *Lambda;
338 /// \brief The class that describes the lambda.
341 /// \brief Source range covering the lambda introducer [...].
348 /// \brief Whether this is a mutable lambda.
357 /// \brief Whether the lambda contains an unexpanded parameter pack.
367 LambdaScopeInfo(DiagnosticsEngine &Diag, CXXRecordDecl *Lambda,
369 : CapturingScopeInfo(Diag, ImpCap_None), Lambda(Lambda)
    [all...]
  /external/clang/test/SemaCXX/
cxx98-compat.cpp 46 void Lambda() {
47 []{}(); // expected-warning {{lambda expressions are incompatible with C++98}}
  /external/clang/lib/AST/
DeclCXX.cpp     [all...]
ASTContext.cpp     [all...]
  /external/clang/lib/CodeGen/
CGClass.cpp     [all...]
  /external/clang/test/CXX/expr/expr.const/
p2-0x.cpp 276 // - a lambda-expression (5.1.2);
277 struct Lambda {
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp     [all...]
ASTWriter.cpp     [all...]
  /prebuilts/misc/common/jython/
jython.jar 
  /cts/suite/pts/hostTests/browser/browserlauncher/assets/octane/
pdfjs.js     [all...]

Completed in 880 milliseconds