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

References

tools/clang/include/clang/ASTMatchers/Dynamic/VariantValue.h
  158   bool isNull() const { return !Value; }
  177     if (!Value) return false;
  178     return Value->getTypedMatcher(TypedMatcherOps<T>()).hasValue();
  189     if (Value)
  190       return Value->isConvertibleTo(Kind, Specificity);
  201     return Value->getTypedMatcher(TypedMatcherOps<T>())
tools/clang/lib/ASTMatchers/Dynamic/VariantValue.cpp
   70     if (!InnerMatcher.Value)
   73         InnerMatcher.Value->getTypedMatcher(*this);
  239   return Value ? Value->getSingleMatcher() : llvm::Optional<DynTypedMatcher>();
  239   return Value ? Value->getSingleMatcher() : llvm::Optional<DynTypedMatcher>();
  242 void VariantMatcher::reset() { Value.reset(); }
  245   if (Value) return Value->getTypeAsString();
  245   if (Value) return Value->getTypeAsString();