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

Overridden By

lib/Support/YAMLTraits.cpp
  302 bool Input::bitSetMatch(const char *Str, bool) {
  650 bool Output::bitSetMatch(const char *Str, bool Matches) {

References

include/llvm/Support/YAMLTraits.h
  820     if ( bitSetMatch(Str, outputting() && (Val & ConstVal) == ConstVal) ) {
  828     if ( bitSetMatch(Str, outputting() && (Val & ConstVal) == ConstVal) ) {
  835     if (bitSetMatch(Str, outputting() && (Val & Mask) == ConstVal))
  842     if (bitSetMatch(Str, outputting() && (Val & Mask) == ConstVal))