Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDASTContext.h992 QualType getDecayedType(QualType T) const;
993 CanQualType getDecayedType(CanQualType T) const { in getDecayedType() function
994 return CanQualType::CreateUnsafe(getDecayedType((QualType) T)); in getDecayedType()
HDType.h2219 QualType getDecayedType() const { return getAdjustedType(); }
2222 return cast<PointerType>(getDecayedType())->getPointeeType();
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDASTContext.cpp2324 QualType ASTContext::getDecayedType(QualType T) const { in getDecayedType() function in ASTContext
4438 return getDecayedType(T); in getAdjustedParameterType()
4457 T = getDecayedType(T); in getExceptionObjectType()
HDType.cpp893 return Ctx.getDecayedType(originalType); in VisitDecayedType()
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaTemplate.cpp655 return Context.getDecayedType(T); in CheckNonTypeTemplateParameterType()
HDTreeTransform.h3959 Result = SemaRef.Context.getDecayedType(OriginalType); in TransformDecayedType()