Searched defs:WithEndifComment (Results 1 – 1 of 1) sorted by relevance
50 struct WithEndifComment : public LLVMHeaderGuardCheck { struct51 WithEndifComment(StringRef Name, ClangTidyContext *Context) in WithEndifComment() argument53 bool shouldSuggestEndifComment(StringRef Filename) override { return true; } in shouldSuggestEndifComment()