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

References

tools/clang/lib/AST/CommentSema.cpp
  830     if (Type->isFunctionPointerType() || Type->isBlockPointerType())
  830     if (Type->isFunctionPointerType() || Type->isBlockPointerType())
  831       Type = Type->getPointeeType();
  831       Type = Type->getPointeeType();
  832     if (const auto *FT = Type->getAs<FunctionProtoType>())