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

Overrides

tools/clang/include/clang/ASTMatchers/ASTMatchersInternal.h
  302   virtual bool matches(const T &Node,

Declarations

tools/clang/tools/extra/clang-tidy/cppcoreguidelines/ProBoundsArrayToPointerDecayCheck.cpp
   34 AST_MATCHER_P(Expr, hasParentIgnoringImpCasts,

References

tools/clang/tools/extra/clang-tidy/cppcoreguidelines/ProBoundsArrayToPointerDecayCheck.cpp
   36   const Expr *E = &Node;
   39         Finder->getASTContext().getParents(*E);
   47   return InnerMatcher.matches(*E, Finder, Builder);
   47   return InnerMatcher.matches(*E, Finder, Builder);