Searched refs:ParamVars (Results 1 – 4 of 4) sorted by relevance
138 ParamVars = None; in fill()160 ParamVars = FD->parameters(); in fill()180 ParamVars = MD->parameters(); in fill()192 ParamVars = FD->parameters(); in fill()278 ParamVars = FTL.getParams(); in fill()297 ParamVars = FTL.getParams(); in fill()328 return FC->getDeclInfo()->ParamVars[getParamIndex()]->getName(); in getParamName()
724 ArrayRef<const ParmVarDecl *> ParamVars = getParamVars(); in resolveParamCommandIndexes() local725 ParamVarDocs.resize(ParamVars.size(), nullptr); in resolveParamCommandIndexes()737 ParamVars); in resolveParamCommandIndexes()762 OrphanedParamDecls.push_back(ParamVars[i]); in resolveParamCommandIndexes()932 return ThisDeclInfo->ParamVars; in getParamVars()940 ArrayRef<const ParmVarDecl *> ParamVars) { in resolveParmVarReference() argument941 for (unsigned i = 0, e = ParamVars.size(); i != e; ++i) { in resolveParmVarReference()942 const IdentifierInfo *II = ParamVars[i]->getIdentifier(); in resolveParmVarReference()1007 ArrayRef<const ParmVarDecl *> ParamVars) { in correctTypoInParmVarReference() argument1009 for (unsigned i = 0, e = ParamVars.size(); i != e; ++i) in correctTypoInParmVarReference()[all …]
231 ArrayRef<const ParmVarDecl *> ParamVars);236 ArrayRef<const ParmVarDecl *> ParamVars);
1003 ArrayRef<const ParmVarDecl *> ParamVars; member