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

Overridden By

tools/clang/lib/ASTMatchers/Dynamic/VariantValue.cpp
   97   getTypedMatcher(const MatcherOps &Ops) const override {
  138   getTypedMatcher(const MatcherOps &Ops) const override {
  201   getTypedMatcher(const MatcherOps &Ops) const override {

References

tools/clang/include/clang/ASTMatchers/Dynamic/VariantValue.h
  178     return Value->getTypedMatcher(TypedMatcherOps<T>()).hasValue();
  201     return Value->getTypedMatcher(TypedMatcherOps<T>())
tools/clang/lib/ASTMatchers/Dynamic/VariantValue.cpp
   73         InnerMatcher.Value->getTypedMatcher(*this);