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 746 /// \brief The lambdas that are present within this context, if it
748 SmallVector<LambdaExpr *, 2> Lambdas;
780 /// number constructs like lambdas for mangling.
    [all...]

Completed in 626 milliseconds