Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/llvm/
DHeaderGuardCheck.h32 bool shouldSuggestEndifComment(StringRef Filename) override { return false; } in shouldSuggestEndifComment() function
/external/llvm-project/clang-tools-extra/unittests/clang-tidy/
DLLVMModuleTest.cpp31 bool shouldSuggestEndifComment(StringRef Filename) override { return true; } in shouldSuggestEndifComment() function
/external/llvm-project/clang-tools-extra/clang-tidy/utils/
DHeaderGuard.cpp281 bool HeaderGuardCheck::shouldSuggestEndifComment(StringRef FileName) { in shouldSuggestEndifComment() function in clang::tidy::utils::HeaderGuardCheck