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

References

tools/clang/tools/extra/clang-tidy/performance/InefficientAlgorithmCheck.cpp
   68   const auto *AlgCall = Result.Nodes.getNodeAs<CallExpr>("IneffAlg");
   70       Result.Nodes.getNodeAs<ClassTemplateSpecializationDecl>("IneffCont");
   74         Result.Nodes.getNodeAs<ClassTemplateSpecializationDecl>("IneffContPtr");
  114   const auto *AlgParam = Result.Nodes.getNodeAs<Expr>("AlgParam");
  115   const auto *IneffContExpr = Result.Nodes.getNodeAs<Expr>("IneffContExpr");
  118   SourceManager &SM = *Result.SourceManager;