Home
last modified time | relevance | path

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

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