Searched defs:OutParamTypes (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DTreeTransform.h4703 SmallVectorImpl<QualType> &OutParamTypes,
4756 PInfos.set(OutParamTypes.size(), ParamInfos[i]);
4757 OutParamTypes.push_back(NewParm->getType());
4775 PInfos.set(OutParamTypes.size(), ParamInfos[i]);
4776 OutParamTypes.push_back(NewParm->getType());
4807 PInfos.set(OutParamTypes.size(), ParamInfos[i]);
4808 OutParamTypes.push_back(NewParm->getType());
4856 PInfos.set(OutParamTypes.size(), ParamInfos[i]);
4857 OutParamTypes.push_back(NewType);
4875 PInfos.set(OutParamTypes
4699 TransformFunctionTypeParams( SourceLocation Loc, ArrayRef<ParmVarDecl *> Params, const QualType *ParamTypes, const FunctionProtoType::ExtParameterInfo *ParamInfos, SmallVectorImpl<QualType> &OutParamTypes, SmallVectorImpl<ParmVarDecl *> *PVars, Sema::ExtParameterInfoBuilder &PInfos) argument
[all...]

Completed in 66 milliseconds