Searched refs:shouldSuggestEndifComment (Results 1 – 4 of 4) sorted by relevance
152 return Check->shouldSuggestEndifComment(FileName); in wouldFixEndifComment()248 Check->shouldSuggestEndifComment(FileName) in checkGuardlessHeaders()288 bool HeaderGuardCheck::shouldSuggestEndifComment(StringRef FileName) { in shouldSuggestEndifComment() function in clang::tidy::utils::HeaderGuardCheck
47 virtual bool shouldSuggestEndifComment(StringRef Filename);
32 bool shouldSuggestEndifComment(StringRef Filename) override { return false; } in shouldSuggestEndifComment() function
53 bool shouldSuggestEndifComment(StringRef Filename) override { return true; } in shouldSuggestEndifComment() function