Home | History | Annotate | Download | only in Parse

Lines Matching refs:ParamInfo

2354   Declarator ParamInfo(DS, Declarator::BlockLiteralContext);
2356 // fill ParamInfo with an initial valid range, so do it manually.
2357 ParamInfo.SetSourceRange(SourceRange(Tok.getLocation(), Tok.getLocation()));
2362 ParseParenDeclarator(ParamInfo);
2366 SourceLocation Tmp = ParamInfo.getSourceRange().getEnd();
2367 ParamInfo.SetIdentifier(0, CaretLoc);
2368 ParamInfo.SetRangeEnd(Tmp);
2369 if (ParamInfo.isInvalidType()) {
2377 MaybeParseGNUAttributes(ParamInfo);
2380 Actions.ActOnBlockArguments(ParamInfo, getCurScope());
2386 ParamInfo.AddTypeInfo(DeclaratorChunk::getFunction(true, false,
2397 ParamInfo),
2400 MaybeParseGNUAttributes(ParamInfo);
2403 Actions.ActOnBlockArguments(ParamInfo, getCurScope());