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

References

tools/clang/lib/Sema/SemaExceptionSpec.cpp
  173   if (const PointerType *PT = T->getAs<PointerType>())
  174     T = PT->getPointeeType();
  175   else if (const MemberPointerType *PT = T->getAs<MemberPointerType>())
  176     T = PT->getPointeeType();
  180   const FunctionProtoType *FnT = T->getAs<FunctionProtoType>();