Searched refs:AdjustedType (Results 1 - 16 of 16) sorted by relevance

/external/clang/lib/AST/
H A DASTDiagnostic.cpp57 if (const AdjustedType *AT = dyn_cast<AdjustedType>(Ty)) {
H A DTypePrinter.cpp475 void TypePrinter::printAdjustedBefore(const AdjustedType *T, raw_ostream &OS) {
480 void TypePrinter::printAdjustedAfter(const AdjustedType *T, raw_ostream &OS) {
H A DASTContext.cpp1651 return getTypeInfo(cast<AdjustedType>(T)->getAdjustedType().getTypePtr());
2171 AdjustedType::Profile(ID, Orig, New);
2173 AdjustedType *AT = AdjustedTypes.FindNodeOrInsertPos(ID, InsertPos);
2184 AdjustedType(Type::Adjusted, Orig, New, Canonical);
2211 AdjustedType::Profile(ID, T, Decayed);
2213 AdjustedType *AT = AdjustedTypes.FindNodeOrInsertPos(ID, InsertPos);
H A DType.cpp600 AutoType *VisitAdjustedType(const AdjustedType *T) {
H A DASTImporter.cpp413 cast<AdjustedType>(T1)->getOriginalType(),
414 cast<AdjustedType>(T2)->getOriginalType()))
/external/clang/include/clang/AST/
H A DType.h2001 class AdjustedType : public Type, public llvm::FoldingSetNode { class in namespace:clang
2006 AdjustedType(TypeClass TC, QualType OriginalTy, QualType AdjustedTy, function in class:clang::AdjustedType
2037 class DecayedType : public AdjustedType {
2040 : AdjustedType(Decayed, OriginalType, DecayedPtr, CanonicalPtr) {
H A DDataRecursiveASTVisitor.h834 DEF_TRAVERSE_TYPE(AdjustedType, { TRY_TO(TraverseType(T->getOriginalType())); })
1014 DEF_TRAVERSE_TYPELOC(AdjustedType,
H A DRecursiveASTVisitor.h899 DEF_TRAVERSE_TYPE(AdjustedType, { TRY_TO(TraverseType(T->getOriginalType())); })
1079 DEF_TRAVERSE_TYPELOC(AdjustedType,
H A DTypeLoc.h984 AdjustedType, AdjustedLocInfo> {
H A DASTContext.h86 mutable llvm::FoldingSet<AdjustedType> AdjustedTypes;
/external/clang/lib/CodeGen/
H A DCodeGenFunction.cpp1453 type = cast<AdjustedType>(ty)->getAdjustedType();
H A DCGDebugInfo.cpp2144 cast<PointerType>(cast<AdjustedType>(Ty)->getAdjustedType()), Unit);
/external/clang/lib/Sema/
H A DSemaDecl.cpp2545 const FunctionType *AdjustedType = New->getType()->getAs<FunctionType>(); local
2546 AdjustedType = Context.adjustFunctionType(AdjustedType, NewTypeInfo);
2547 New->setType(QualType(AdjustedType, 0));
H A DTreeTransform.h3966 assert(isa<AdjustedType>(MPT->getPointeeType()));
H A DSemaExpr.cpp12192 QTy = cast<AdjustedType>(Ty)->getOriginalType();
/external/clang/lib/Serialization/
H A DASTWriter.cpp119 void ASTTypeWriter::VisitAdjustedType(const AdjustedType *T) {

Completed in 1928 milliseconds