Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/utils/
DHeaderGuard.cpp148 if (!Check->shouldSuggestEndifComment(FileName) && in wouldFixEndifComment()
246 Check->shouldSuggestEndifComment(FileName) in checkGuardlessHeaders()
281 bool HeaderGuardCheck::shouldSuggestEndifComment(StringRef FileName) { in shouldSuggestEndifComment() function in clang::tidy::utils::HeaderGuardCheck
DHeaderGuard.h44 virtual bool shouldSuggestEndifComment(StringRef Filename);
/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