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

Overridden By

tools/clang/include/clang/ASTMatchers/ASTMatchersInternal.h
  679   bool matchesNode(const T &Node) const override {
 1510   bool matchesNode(const T &Node) const override {
 1521 inline bool ValueEqualsMatcher<FloatingLiteral, double>::matchesNode(
 1530 inline bool ValueEqualsMatcher<FloatingLiteral, float>::matchesNode(
 1539 inline bool ValueEqualsMatcher<FloatingLiteral, llvm::APFloat>::matchesNode(
tools/clang/lib/ASTMatchers/ASTMatchersInternal.cpp
  539 bool HasNameMatcher::matchesNode(const NamedDecl &Node) const {

References

tools/clang/include/clang/ASTMatchers/ASTMatchersInternal.h
  328     return matchesNode(Node);