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

References

tools/clang/lib/AST/Comment.cpp
  236     ReturnType = FD->getReturnType();
  256     ReturnType = MD->getReturnType();
  268     ReturnType = FD->getReturnType();
  313         ReturnType = FTL.getReturnLoc().getType();
  338       ReturnType = FTL.getReturnLoc().getType();
  359       ReturnType = FTL.getReturnLoc().getType();
tools/clang/lib/AST/CommentSema.cpp
  591     assert(!ThisDeclInfo->ReturnType.isNull() &&
  593     if (ThisDeclInfo->ReturnType->isVoidType()) {