Searched refs:MatchMode (Results 1 – 3 of 3) sorted by relevance
74 enum class MatchMode { enum85 MatchMode Mode;93 case MatchMode::MatchQualified: in match()95 case MatchMode::MatchFullyQualified: in match()103 MatchMode determineMatchMode(llvm::StringRef Regex) { in determineMatchMode()105 return MatchMode::MatchFullyQualified; in determineMatchMode()107 return Regex.contains(":") ? MatchMode::MatchQualified in determineMatchMode()108 : MatchMode::MatchUnqualified; in determineMatchMode()
776 AncestorMatchMode MatchMode) {784 Matcher, Builder, MatchMode);809 AncestorMatchMode MatchMode) = 0;
681 AncestorMatchMode MatchMode) override { in matchesAncestorOf() argument686 if (MatchMode == AncestorMatchMode::AMM_ParentOnly) in matchesAncestorOf()