Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DASTContext.h1242 QualType getDecayedType(QualType T) const;
1243 CanQualType getDecayedType(CanQualType T) const { in getDecayedType() function
1244 return CanQualType::CreateUnsafe(getDecayedType((QualType) T)); in getDecayedType()
H A DType.h2629 QualType getDecayedType() const { return getAdjustedType(); }
6837 QualType Decayed = getDecayedType();
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DODRHash.cpp713 AddQualType(T->getDecayedType()); in VisitDecayedType()
H A DASTContext.cpp2894 QualType ASTContext::getDecayedType(QualType T) const { in getDecayedType() function in ASTContext
5468 return getDecayedType(T); in getAdjustedParameterType()
5487 T = getDecayedType(T); in getExceptionObjectType()
H A DType.cpp987 return Ctx.getDecayedType(originalType); in VisitDecayedType()
H A DASTImporter.cpp1023 return Importer.getToContext().getDecayedType(*ToOriginalTypeOrErr); in VisitDecayedType()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/ASTMatchers/
H A DASTMatchers.h5768 return InnerType.matches(Node.getDecayedType(), Finder, Builder); in AST_MATCHER_P()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaTemplate.cpp1028 return Context.getDecayedType(T); in CheckNonTypeTemplateParameterType()
H A DTreeTransform.h4459 Result = SemaRef.Context.getDecayedType(OriginalType); in TransformDecayedType()