Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DASTContext.h2120 QualType getAdjustedParameterType(QualType T) const;
/external/clang/lib/AST/
DASTContext.cpp4497 QualType ASTContext::getAdjustedParameterType(QualType T) const { in getAdjustedParameterType() function in ASTContext
4505 T = getAdjustedParameterType(T); in getSignatureParameterType()
/external/clang/lib/Sema/
DSemaDeclObjC.cpp4238 ArgType = Context.getAdjustedParameterType(ArgType); in ActOnMethodDeclaration()
DSemaType.cpp2234 QualType ParamType = Context.getAdjustedParameterType(ParamTypes[Idx]); in BuildFunctionType()
DSemaDecl.cpp10587 Context.getAdjustedParameterType(T), in CheckParameter()
/external/clang/lib/Serialization/
DASTReader.cpp5227 QualType DT = Context.getAdjustedParameterType(OriginalType); in readTypeRecord()