Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/AST/
DASTContext.h921 QualType getDecayedType(QualType T) const;
922 CanQualType getDecayedType(CanQualType T) const { in getDecayedType() function
923 return CanQualType::CreateUnsafe(getDecayedType((QualType) T)); in getDecayedType()
DType.h2017 QualType getDecayedType() const { return DecayedPointer; }
/freebsd-9-stable/contrib/llvm/tools/clang/lib/AST/
DTypePrinter.cpp476 printBefore(T->getDecayedType(), OS); in printDecayedBefore()
479 printAfter(T->getDecayedType(), OS); in printDecayedAfter()
DASTContext.cpp1636 return getTypeInfo(cast<DecayedType>(T)->getDecayedType().getTypePtr()); in getTypeInfoImpl()
2166 QualType ASTContext::getDecayedType(QualType T) const { in getDecayedType() function in ASTContext
4180 return getDecayedType(T); in getAdjustedParameterType()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/CodeGen/
DCGDebugInfo.cpp2131 cast<PointerType>(cast<DecayedType>(Ty)->getDecayedType()), Unit); in CreateTypeNode()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/
DTreeTransform.h3706 Result = SemaRef.Context.getDecayedType(OriginalType); in TransformDecayedType()