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

References

tools/clang/lib/Sema/SemaType.cpp
 6380       return wrap(S.Context, Original, 0);
 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);
 6427         QualType New = wrap(C, OldMPT->getPointeeType(), I);
 6433         QualType New = wrap(C, OldRef->getPointeeType(), I);