Searched defs:LambdaCapture (Results 1 - 3 of 3) sorted by relevance

/external/clang/include/clang/AST/
H A DLambdaCapture.h1 //===--- LambdaCapture.h - Types for C++ Lambda Captures --------*- C++ -*-===//
11 /// \brief Defines the LambdaCapture class.
26 class LambdaCapture { class in namespace:clang
62 LambdaCapture(SourceLocation Loc, bool Implicit, LambdaCaptureKind Kind,
/external/clang/lib/AST/
H A DExprCXX.cpp888 LambdaCapture::LambdaCapture(SourceLocation Loc, bool Implicit, function in class:LambdaCapture
912 LambdaCaptureKind LambdaCapture::getCaptureKind() const {
/external/clang/include/clang/Sema/
H A DDeclSpec.h2163 struct LambdaCapture { struct in struct:LambdaIntroducer
2170 LambdaCapture(LambdaCaptureKind Kind, SourceLocation Loc, function in struct:LambdaIntroducer::LambdaCapture
2180 SmallVector<LambdaCapture, 4> Captures;
2192 Captures.push_back(LambdaCapture(Kind, Loc, Id, EllipsisLoc, Init,

Completed in 168 milliseconds