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