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

References

tools/clang/tools/libclang/CXType.cpp
  446   if (!TP)
  450   switch (TP->getTypeClass()) {
  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();
  469       TP = cast<DeducedType>(TP)->getDeducedType().getTypePtrOrNull();
  469       TP = cast<DeducedType>(TP)->getDeducedType().getTypePtrOrNull();
  470       if (TP)