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

References

tools/clang/tools/libclang/CXType.cpp
  444   const Type *TP = T.getTypePtrOrNull();
  452       T = cast<PointerType>(TP)->getPointeeType();
  455       T = cast<BlockPointerType>(TP)->getPointeeType();
  459       T = cast<ReferenceType>(TP)->getPointeeType();
  462       T = cast<ObjCObjectPointerType>(TP)->getPointeeType();
  465       T = cast<MemberPointerType>(TP)->getPointeeType();
  474       T = QualType();
  477   return MakeCXType(T, GetTU(CT));