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

References

tools/clang/tools/extra/clang-tidy/fuchsia/DefaultArgumentsDeclarationsCheck.cpp
   25   if (!D)
   28   SourceRange DefaultArgRange = D->getDefaultArgRange();
   30   if (DefaultArgRange.getEnd() != D->getEndLoc())
   34     diag(D->getBeginLoc(),
   40       D->getName().empty() ? D->getBeginLoc() : D->getLocation();
   40       D->getName().empty() ? D->getBeginLoc() : D->getLocation();
   40       D->getName().empty() ? D->getBeginLoc() : D->getLocation();
   47   diag(D->getBeginLoc(),
   49       << D << FixItHint::CreateRemoval(RemovalRange);