Home
last modified time | relevance | path

Searched refs:shouldFixHeaderGuard (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/utils/
H A DHeaderGuard.h50 virtual bool shouldFixHeaderGuard(StringRef Filename);
H A DHeaderGuard.cpp88 if (!Check->shouldFixHeaderGuard(FileName)) in EndOfMainFile()
292 bool HeaderGuardCheck::shouldFixHeaderGuard(StringRef FileName) { return true; } in shouldFixHeaderGuard() function in clang::tidy::utils::HeaderGuardCheck