Searched refs:CommentPrefixes (Results 1 – 3 of 3) sorted by relevance
32 std::vector<StringRef> CommentPrefixes; member
50 static cl::list<std::string> CommentPrefixes( variable772 append_range(Req.CommentPrefixes, CommentPrefixes); in main()
1694 if (llvm::is_contained(Req.CommentPrefixes, Prefix)) { in FindCheckType()2599 if (Req.CommentPrefixes.empty()) { in ValidateCheckPrefixes()2607 if (!ValidatePrefixes("comment", UniquePrefixes, Req.CommentPrefixes)) in ValidateCheckPrefixes()2618 if (Req.CommentPrefixes.empty()) { in buildCheckPrefixRegex()2620 Req.CommentPrefixes.push_back(Prefix); in buildCheckPrefixRegex()2631 for (StringRef Prefix : Req.CommentPrefixes) { in buildCheckPrefixRegex()