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

Declarations

tools/clang/include/clang/ASTMatchers/ASTMatchersInternal.h
  398   bool matchesNoKindCheck(const ast_type_traits::DynTypedNode &DynNode,

References

tools/clang/lib/ASTMatchers/ASTMatchFinder.cpp
  579       if (MP.first.matchesNoKindCheck(DynNode, this, &Builder)) {
tools/clang/lib/ASTMatchers/ASTMatchersInternal.cpp
  290     if (!InnerMatcher.matchesNoKindCheck(DynNode, Finder, Builder))