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

References

tools/clang/include/clang/ASTMatchers/Dynamic/VariantValue.h
  202         ->template convertTo<T>();
  232     return DynTypedMatcher(Matcher.convertTo<T>());
tools/clang/lib/ASTMatchers/ASTMatchFinder.cpp
 1059     addMatcher(NodeMatch.convertTo<QualType>(), Action);
tools/clang/unittests/ASTMatchers/ASTMatchersInternalTest.cpp
   44                   .convertTo<QualType>()));