Home
last modified time | relevance | path

Searched refs:LambdaCapture (Results 1 – 3 of 3) sorted by relevance

/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Sema/
DDeclSpec.h2163 struct LambdaCapture { struct
2170 LambdaCapture(LambdaCaptureKind Kind, SourceLocation Loc, in LambdaCapture() function
2184 SmallVector<LambdaCapture, 4> Captures;
2196 Captures.push_back(LambdaCapture(Kind, Loc, Id, EllipsisLoc, Init, in addCapture()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaLambda.cpp857 for (SmallVectorImpl<LambdaCapture>::const_iterator in ActOnStartOfLambdaDefinition()
DSemaCodeComplete.cpp4379 for (SmallVectorImpl<LambdaCapture>::iterator C = Intro.Captures.begin(), in CodeCompleteLambdaIntroducer()