Home
last modified time | relevance | path

Searched defs:WithEndifComment (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/unittests/clang-tidy/
H A DLLVMModuleTest.cpp50 struct WithEndifComment : public LLVMHeaderGuardCheck { struct
51 WithEndifComment(StringRef Name, ClangTidyContext *Context) in WithEndifComment() argument
53 bool shouldSuggestEndifComment(StringRef Filename) override { return true; } in shouldSuggestEndifComment()