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

/external/clang/include/clang/AST/
H A DASTContext.h931 QualType getAdjustedType(QualType Orig, QualType New) const;
932 CanQualType getAdjustedType(CanQualType Orig, CanQualType New) const { function in class:clang::ASTContext
934 getAdjustedType((QualType)Orig, (QualType)New));
H A DType.h2018 QualType getAdjustedType() const { return AdjustedTy; } function in class:clang::AdjustedType
2041 assert(isa<PointerType>(getAdjustedType()));
2047 QualType getDecayedType() const { return getAdjustedType(); }
/external/clang/lib/AST/
H A DTypePrinter.cpp478 printBefore(T->getAdjustedType(), OS);
481 printAfter(T->getAdjustedType(), OS);
H A DASTContext.cpp1651 return getTypeInfo(cast<AdjustedType>(T)->getAdjustedType().getTypePtr());
2169 QualType ASTContext::getAdjustedType(QualType Orig, QualType New) const { function in class:ASTContext
/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 DSemaType.cpp4627 T = Context.getAdjustedType(T, Wrapped);
/external/clang/lib/Serialization/
H A DASTWriter.cpp121 Writer.AddTypeRef(T->getAdjustedType(), Record);
H A DASTReader.cpp5115 return Context.getAdjustedType(OriginalTy, AdjustedTy);

Completed in 1904 milliseconds