Searched defs:shouldSuggestEndifComment (Results 1 – 3 of 3) sorted by relevance
23 bool shouldSuggestEndifComment(StringRef Filename) override { return false; } in shouldSuggestEndifComment() function
55 bool shouldSuggestEndifComment(StringRef Filename) override { return true; } in shouldSuggestEndifComment() function
283 bool HeaderGuardCheck::shouldSuggestEndifComment(StringRef FileName) { in shouldSuggestEndifComment() function in clang::tidy::utils::HeaderGuardCheck