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

Declarations

tools/clang/include/clang/ASTMatchers/ASTMatchersInternal.h
  731   bool matchesNodeFullSlow(const NamedDecl &Node) const;

References

tools/clang/lib/ASTMatchers/ASTMatchersInternal.cpp
  503     return matchesNodeFullSlow(Node);
  540   assert(matchesNodeFullFast(Node) == matchesNodeFullSlow(Node));