Searched refs:RegexExp (Results 1 – 1 of 1) sorted by relevance
81 auto RegexExp = in hasCategoryPropertyPrefix() local83 return RegexExp.match(PropertyName); in hasCategoryPropertyPrefix()93 auto RegexExp = llvm::Regex(llvm::StringRef(validPropertyNameRegex(false))); in prefixedPropertyNameValid() local94 return RegexExp.match(PropertyName.substr(Start + 1)); in prefixedPropertyNameValid()