Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/lib/Parse/
DParseExprCXX.cpp908 ParsedType InitCaptureParsedType; in ParseLambdaIntroducer() local
918 InitCaptureParsedType.set(InitCaptureType); in ParseLambdaIntroducer()
920 Intro.addCapture(Kind, Loc, Id, EllipsisLoc, Init, InitCaptureParsedType); in ParseLambdaIntroducer()