Home | History | Annotate | Download | only in Sema

Lines Matching refs:ParamInfo

8895 void Sema::ActOnBlockArguments(Declarator &ParamInfo, Scope *CurScope) {
8896 assert(ParamInfo.getIdentifier()==0 && "block-id should have no identifier!");
8897 assert(ParamInfo.getContext() == Declarator::BlockLiteralContext);
8900 TypeSourceInfo *Sig = GetTypeForDeclarator(ParamInfo, CurScope);
8944 Diag(ParamInfo.getLocStart(),
8979 ParamInfo.getLocStart(),
8994 ProcessDeclAttributes(CurScope, CurBlock->TheDecl, ParamInfo);