Searched refs:getAdjustedParameterType (Results 1 – 5 of 5) sorted by relevance
1709 QualType getAdjustedParameterType(QualType T) const;
2847 ArgType = Context.getAdjustedParameterType(ArgType); in ActOnMethodDeclaration()2898 ArgType = Context.getAdjustedParameterType(ArgType); in ActOnMethodDeclaration()
1515 QualType ParamType = Context.getAdjustedParameterType(ParamTypes[Idx]); in BuildFunctionType()2478 assert((ArgTy == Context.getAdjustedParameterType(ArgTy)) && in GetFullTypeForDeclarator()
7458 Context.getAdjustedParameterType(T), in CheckParameter()
3840 QualType ASTContext::getAdjustedParameterType(QualType T) const { in getAdjustedParameterType() function in ASTContext3861 T = getAdjustedParameterType(T); in getSignatureParameterType()