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

References

tools/clang/include/clang/ASTMatchers/Dynamic/VariantValue.h
  270   bool hasValue() const { return Type != VT_Nothing; }
tools/clang/lib/ASTMatchers/Dynamic/VariantValue.cpp
  278   switch (Other.Type) {
  295     Type = VT_Nothing;
  302   switch (Type) {
  316   Type = VT_Nothing;
  320   return Type == VT_Boolean;
  330   Type = VT_Boolean;
  335   return Type == VT_Double;
  345   Type = VT_Double;
  350   return Type == VT_Unsigned;
  360   Type = VT_Unsigned;
  365   return Type == VT_String;
  375   Type = VT_String;
  380   return Type == VT_Matcher;
  390   Type = VT_Matcher;
  444   switch (Type) {