Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTContext.h1257 QualType getDecayedType(QualType T) const;
1258 CanQualType getDecayedType(CanQualType T) const { in getDecayedType() function
1259 return CanQualType::CreateUnsafe(getDecayedType((QualType) T)); in getDecayedType()
H A DType.h2704 QualType getDecayedType() const { return getAdjustedType(); }
7251 QualType Decayed = getDecayedType();
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
H A DASTMatchers.h6982 return InnerType.matches(Node.getDecayedType(), Finder, Builder); in AST_MATCHER_P()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp3236 QualType ASTContext::getDecayedType(QualType T) const { in getDecayedType() function in ASTContext
6145 return getDecayedType(T); in getAdjustedParameterType()
6164 T = getDecayedType(T); in getExceptionObjectType()
H A DType.cpp1122 return Ctx.getDecayedType(originalType); in VisitDecayedType()
H A DItaniumMangle.cpp5308 Ctx.hasSimilarType(Ctx.getDecayedType(D->getType()), in mangleTemplateArg()
H A DASTImporter.cpp1091 return Importer.getToContext().getDecayedType(*ToOriginalTypeOrErr); in VisitDecayedType()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplate.cpp1439 return Context.getDecayedType(T); in CheckNonTypeTemplateParameterType()
H A DTreeTransform.h4919 Result = SemaRef.Context.getDecayedType(OriginalType); in TransformDecayedType()
H A DSemaChecking.cpp224 SrcTy = S.Context.getDecayedType(SrcTy); in SemaBuiltinAlignment()
H A DSemaDecl.cpp6377 Type = Context.getDecayedType(OrigTy); in deduceOpenCLAddressSpace()