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

Declarations

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

References

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