Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/clang-tidy/llvm/
H A DHeaderGuardCheck.h23 bool shouldSuggestEndifComment(StringRef Filename) override { return false; } in shouldSuggestEndifComment() function
/llvm-project/clang-tools-extra/unittests/clang-tidy/
H A DLLVMModuleTest.cpp55 bool shouldSuggestEndifComment(StringRef Filename) override { return true; } in shouldSuggestEndifComment() function
/llvm-project/clang-tools-extra/clang-tidy/utils/
H A DHeaderGuard.cpp283 bool HeaderGuardCheck::shouldSuggestEndifComment(StringRef FileName) { in shouldSuggestEndifComment() function in clang::tidy::utils::HeaderGuardCheck