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

References

tools/clang/tools/extra/clang-tidy/llvm/PreferIsaOrDynCastInConditionalsCheck.cpp
   72   if (const auto *MatchedDecl = Result.Nodes.getNodeAs<CallExpr>("assign")) {
   82                  Result.Nodes.getNodeAs<CallExpr>("call")) {
   89     if (Result.Nodes.getNodeAs<NamedDecl>("dyn_cast"))
   95                  Result.Nodes.getNodeAs<BinaryOperator>("and")) {
   96     const auto *LHS = Result.Nodes.getNodeAs<ImplicitCastExpr>("lhs");
   97     const auto *RHS = Result.Nodes.getNodeAs<CallExpr>("rhs");
   98     const auto *Arg = Result.Nodes.getNodeAs<Expr>("arg");
   99     const auto *Func = Result.Nodes.getNodeAs<NamedDecl>("func");
  108         *Result.SourceManager, getLangOpts()));
  112         *Result.SourceManager, getLangOpts()));
  119         *Result.SourceManager, getLangOpts()));