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

References

tools/clang/lib/Sema/SemaType.cpp
 6405         return wrap(C, Old->getUnqualifiedDesugaredType(), I);
 6408         return wrap(C, cast<AttributedType>(Old)->getEquivalentType(), I);
 6411         QualType New = wrap(C, cast<ParenType>(Old)->getInnerType(), I);
 6416         QualType New = wrap(C, cast<PointerType>(Old)->getPointeeType(), I);
 6421         QualType New = wrap(C, cast<BlockPointerType>(Old)->getPointeeType(),I);
 6426         const MemberPointerType *OldMPT = cast<MemberPointerType>(Old);
 6432         const ReferenceType *OldRef = cast<ReferenceType>(Old);