Home
last modified time | relevance | path

Searched refs:getAdjustedParameterType (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/AST/
H A DTypeProperties.td46 def : Creator<[{ return ctx.getAdjustedParameterType(originalType); }]>;
H A DASTContext.h2738 QualType getAdjustedParameterType(QualType T) const;
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDeclObjC.cpp4816 ArgType = Context.getAdjustedParameterType(ArgType); in ActOnMethodDeclaration()
H A DSemaTemplateDeduction.cpp402 QualType ParamType = S.Context.getAdjustedParameterType(NTTP->getType()); in DeduceNonTypeTemplateArgument()
H A DSemaType.cpp2915 QualType ParamType = Context.getAdjustedParameterType(ParamTypes[Idx]); in BuildFunctionType()
H A DSemaDecl.cpp14401 Context.getAdjustedParameterType(T), in CheckParameter()
/llvm-project-15.0.7/clang/lib/AST/
H A DASTContext.cpp6821 QualType ASTContext::getAdjustedParameterType(QualType T) const { in getAdjustedParameterType() function in ASTContext
6829 T = getAdjustedParameterType(T); in getSignatureParameterType()