Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DTypeProperties.td65 def : Creator<[{ return ctx.getAdjustedParameterType(originalType); }]>;
140 def : Creator<[{ return ctx.getAdjustedParameterType(
H A DASTContext.h2850 QualType getAdjustedParameterType(QualType T) const;
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaAPINotes.cpp381 Type = S.Context.getAdjustedParameterType(Type); in ProcessAPINotes()
H A DSemaDeclObjC.cpp4840 ArgType = Context.getAdjustedParameterType(ArgType); in ActOnMethodDeclaration()
H A DSemaTemplateDeduction.cpp429 QualType ParamType = S.Context.getAdjustedParameterType(NTTP->getType()); in DeduceNonTypeTemplateArgument()
H A DSemaType.cpp2615 QualType ParamType = Context.getAdjustedParameterType(ParamTypes[Idx]); in BuildFunctionType()
H A DSemaDecl.cpp15097 Context.getAdjustedParameterType(T), in CheckParameter()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp7350 QualType ASTContext::getAdjustedParameterType(QualType T) const { in getAdjustedParameterType() function in ASTContext
7360 T = getAdjustedParameterType(T); in getSignatureParameterType()