Home
last modified time | relevance | path

Searched refs: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() function
59 return runCheck<WithEndifComment>(Code, Filename, std::move(ExpectedWarning)); in runHeaderGuardCheckWithEndif()