Home
last modified time | relevance | path

Searched refs:shouldSuggestEndifComment (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/utils/
H A DHeaderGuard.cpp152 return Check->shouldSuggestEndifComment(FileName); in wouldFixEndifComment()
248 Check->shouldSuggestEndifComment(FileName) in checkGuardlessHeaders()
288 bool HeaderGuardCheck::shouldSuggestEndifComment(StringRef FileName) { in shouldSuggestEndifComment() function in clang::tidy::utils::HeaderGuardCheck
H A DHeaderGuard.h47 virtual bool shouldSuggestEndifComment(StringRef Filename);
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/llvm/
H A DHeaderGuardCheck.h32 bool shouldSuggestEndifComment(StringRef Filename) override { return false; } in shouldSuggestEndifComment() function
/llvm-project-15.0.7/clang-tools-extra/unittests/clang-tidy/
H A DLLVMModuleTest.cpp53 bool shouldSuggestEndifComment(StringRef Filename) override { return true; } in shouldSuggestEndifComment() function