Home
last modified time | relevance | path

Searched refs:RegexExp (Results 1 – 1 of 1) sorted by relevance

/llvm-project/clang-tools-extra/clang-tidy/objc/
H A DPropertyDeclarationCheck.cpp81 auto RegexExp = in hasCategoryPropertyPrefix() local
83 return RegexExp.match(PropertyName); in hasCategoryPropertyPrefix()
93 auto RegexExp = llvm::Regex(llvm::StringRef(validPropertyNameRegex(false))); in prefixedPropertyNameValid() local
94 return RegexExp.match(PropertyName.substr(Start + 1)); in prefixedPropertyNameValid()