Home | History | Annotate | Download | only in Sema

Lines Matching refs:ParamInfo

10446 void Sema::ActOnBlockArguments(SourceLocation CaretLoc, Declarator &ParamInfo,
10448 assert(ParamInfo.getIdentifier() == nullptr &&
10450 assert(ParamInfo.getContext() == Declarator::BlockLiteralContext);
10453 TypeSourceInfo *Sig = GetTypeForDeclarator(ParamInfo, CurScope);
10533 CurBlock->TheDecl, ParamInfo.getLocStart(), I);
10547 ProcessDeclAttributes(CurScope, CurBlock->TheDecl, ParamInfo);