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

References

tools/clang/include/clang/ASTMatchers/Dynamic/VariantValue.h
   49   Kind getArgKind() const { return K; }
   51     assert(K == AK_Matcher);
   64     if (K == AK_Matcher && Other.K == AK_Matcher)
   64     if (K == AK_Matcher && Other.K == AK_Matcher)
   66     return K < Other.K;
   66     return K < Other.K;
tools/clang/lib/ASTMatchers/Dynamic/VariantValue.cpp
   39   if (K != To.K)
   39   if (K != To.K)
   41   if (K != AK_Matcher) {