Searched refs:shouldSuggestEndifComment (Results 1 – 4 of 4) sorted by relevance
148 if (!Check->shouldSuggestEndifComment(FileName) && in wouldFixEndifComment()246 Check->shouldSuggestEndifComment(FileName) in checkGuardlessHeaders()281 bool HeaderGuardCheck::shouldSuggestEndifComment(StringRef FileName) { in shouldSuggestEndifComment() function in clang::tidy::utils::HeaderGuardCheck
44 virtual bool shouldSuggestEndifComment(StringRef Filename);
32 bool shouldSuggestEndifComment(StringRef Filename) override { return false; } in shouldSuggestEndifComment() function
31 bool shouldSuggestEndifComment(StringRef Filename) override { return true; } in shouldSuggestEndifComment() function