Home | History | Annotate | Download | only in Sema

Lines Matching refs:ParamInfo

218                                         Declarator &ParamInfo,
235 if (ParamInfo.getNumTypeObjects() == 0) {
249 assert(ParamInfo.isFunctionDeclarator() &&
251 DeclaratorChunk::FunctionTypeInfo &FTI = ParamInfo.getFunctionTypeInfo();
260 MethodTyInfo = GetTypeForDeclarator(ParamInfo, CurScope);
262 EndLoc = ParamInfo.getSourceRange().getEnd();
281 ProcessDeclAttributes(CurScope, Method, ParamInfo);