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

References

lib/Support/FileCheck.cpp
  188 FileCheckPattern::parseNumericOperand(StringRef &Expr, AllowedOperand AO,
  192   if (AO == AllowedOperand::LineVar || AO == AllowedOperand::Any) {
  192   if (AO == AllowedOperand::LineVar || AO == AllowedOperand::Any) {
  200     if (AO == AllowedOperand::LineVar)
  254   AllowedOperand AO =
  255       IsLegacyLineExpr ? AllowedOperand::Literal : AllowedOperand::Any;
  255       IsLegacyLineExpr ? AllowedOperand::Literal : AllowedOperand::Any;
  287     AllowedOperand AO =
  288         IsLegacyLineExpr ? AllowedOperand::LineVar : AllowedOperand::Any;
  288         IsLegacyLineExpr ? AllowedOperand::LineVar : AllowedOperand::Any;
lib/Support/FileCheckImpl.h
  559   parseNumericOperand(StringRef &Expr, AllowedOperand AO,