Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DASTContext.h1914 QualType getAdjustedParameterType(QualType T) const;
/external/clang/lib/Sema/
DSemaDeclObjC.cpp3150 ArgType = Context.getAdjustedParameterType(ArgType); in ActOnMethodDeclaration()
DSemaType.cpp1775 QualType ParamType = Context.getAdjustedParameterType(ParamTypes[Idx]); in BuildFunctionType()
DSemaDecl.cpp9641 Context.getAdjustedParameterType(T), in CheckParameter()
/external/clang/lib/AST/
DASTContext.cpp4259 QualType ASTContext::getAdjustedParameterType(QualType T) const { in getAdjustedParameterType() function in ASTContext
4267 T = getAdjustedParameterType(T); in getSignatureParameterType()
/external/clang/lib/Serialization/
DASTReader.cpp5102 QualType DT = Context.getAdjustedParameterType(OriginalType); in readTypeRecord()