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

References

tools/clang/include/clang/ASTMatchers/Dynamic/VariantValue.h
   64     if (K == AK_Matcher && Other.K == AK_Matcher)
   65       return MatcherKind < Other.MatcherKind;
   66     return K < Other.K;