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

  /external/clang/test/SemaCXX/
calling-conv-compat.cpp 375 // Test that lambdas that capture nothing convert to cdecl function pointers.
376 namespace Lambdas {
  /external/clang/include/clang/Sema/
Sema.h 761 /// \brief The lambdas that are present within this context, if it
763 SmallVector<LambdaExpr *, 2> Lambdas;
796 /// number constructs like lambdas for mangling.
    [all...]

Completed in 1235 milliseconds