reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/AST/ASTContext.h
 1235   QualType getAdjustedType(QualType Orig, QualType New) const;

References

tools/clang/include/clang/AST/ASTContext.h
 1238         getAdjustedType((QualType)Orig, (QualType)New));
tools/clang/lib/AST/Type.cpp
 1044     return Ctx.getAdjustedType(originalType, adjustedType);
tools/clang/lib/Sema/SemaType.cpp
 7124   T = Context.getAdjustedType(T, Wrapped);
tools/clang/lib/Serialization/ASTReader.cpp
 6396     return Context.getAdjustedType(OriginalTy, AdjustedTy);