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

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

Completed in 141 milliseconds