Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/
DASTContext.h1873 QualType getAdjustedParameterType(QualType T) const;
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaDeclObjC.cpp3193 ArgType = Context.getAdjustedParameterType(ArgType); in ActOnMethodDeclaration()
DSemaType.cpp1723 QualType ParamType = Context.getAdjustedParameterType(ParamTypes[Idx]); in BuildFunctionType()
DSemaDecl.cpp9294 Context.getAdjustedParameterType(T), in CheckParameter()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/
DASTContext.cpp4178 QualType ASTContext::getAdjustedParameterType(QualType T) const { in getAdjustedParameterType() function in ASTContext
4186 T = getAdjustedParameterType(T); in getSignatureParameterType()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Serialization/
DASTReader.cpp4545 QualType DT = Context.getAdjustedParameterType(OriginalType); in readTypeRecord()