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

References

tools/clang/include/clang/ASTMatchers/ASTMatchFinder.h
  150   void addMatcher(const TypeMatcher &NodeMatch,
  206     std::vector<std::pair<TypeMatcher, MatchCallback *>> Type;
tools/clang/lib/ASTMatchers/ASTMatchFinder.cpp
 1017 void MatchFinder::addMatcher(const TypeMatcher &NodeMatch,
tools/clang/tools/extra/clang-tidy/modernize/LoopConvertCheck.cpp
   47 static const TypeMatcher AnyType() { return anything(); }
  248   TypeMatcher RecordWithBeginEnd = qualType(anyOf(
tools/clang/tools/extra/clang-tidy/modernize/PassByValueCheck.cpp
   49 static TypeMatcher constRefType() {
   53 static TypeMatcher nonConstValueType() {
tools/clang/tools/extra/clang-tidy/modernize/UseAutoCheck.cpp
  220 TypeMatcher typedefIterator() {
  226 TypeMatcher nestedIterator() {
  232 TypeMatcher iteratorFromUsingDeclaration() {
tools/clang/unittests/ASTMatchers/ASTMatchersNarrowingTest.cpp
  696   TypeMatcher TypeAHasClassB = hasDeclaration(
 1538   const TypeMatcher AnyType = anything();
tools/clang/unittests/ASTMatchers/ASTMatchersTraversalTest.cpp
  147   TypeMatcher TypeA = hasDeclaration(recordDecl(hasName("A")));
  152   TypeMatcher TypeDerivedFromA =
  159   TypeMatcher TypeAHasClassB = hasDeclaration(
  301   TypeMatcher ClassX = hasDeclaration(recordDecl(hasName("X")));
  313   TypeMatcher ClassX = hasDeclaration(recordDecl(hasName("X")));