Searched refs:getAdjustedType (Results 1 - 10 of 10) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DASTContext.h1057 QualType getAdjustedType(QualType Orig, QualType New) const;
1058 CanQualType getAdjustedType(CanQualType Orig, CanQualType New) const { function in class:clang::ASTContext::DynTypedNodeList
1060 getAdjustedType((QualType)Orig, (QualType)New));
H A DType.h2212 QualType getAdjustedType() const { return AdjustedTy; } function in class:clang::AdjustedType
2235 assert(isa<PointerType>(getAdjustedType()));
2241 QualType getDecayedType() const { return getAdjustedType(); }
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/AST/
H A DTypePrinter.cpp492 printBefore(T->getAdjustedType(), OS);
495 printAfter(T->getAdjustedType(), OS);
H A DType.cpp892 QualType adjustedType = recurse(T->getAdjustedType());
898 adjustedType.getAsOpaquePtr() == T->getAdjustedType().getAsOpaquePtr())
901 return Ctx.getAdjustedType(originalType, adjustedType);
H A DASTContext.cpp1745 return getTypeInfo(cast<AdjustedType>(T)->getAdjustedType().getTypePtr());
2378 QualType ASTContext::getAdjustedType(QualType Orig, QualType New) const { function in class:ASTContext
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenFunction.cpp1647 type = cast<AdjustedType>(ty)->getAdjustedType();
H A DCGDebugInfo.cpp2264 cast<PointerType>(cast<AdjustedType>(Ty)->getAdjustedType()), Unit);
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaType.cpp6014 T = Context.getAdjustedType(T, Wrapped);
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriter.cpp129 Writer.AddTypeRef(T->getAdjustedType(), Record);
H A DASTReader.cpp5247 return Context.getAdjustedType(OriginalTy, AdjustedTy);

Completed in 345 milliseconds