Searched refs:HeaderGuard (Results 1 – 6 of 6) sorted by relevance
130 StringRef HeaderGuard, in wouldFixEndifComment() argument154 return EndIfStr.trim() != HeaderGuard; in wouldFixEndifComment()191 StringRef HeaderGuard, in checkEndifComment() argument194 if (wouldFixEndifComment(FileName, EndIf, HeaderGuard, &EndIfLen)) { in checkEndifComment()198 Check->formatEndIf(HeaderGuard))); in checkEndifComment()298 std::string HeaderGuardCheck::formatEndIf(StringRef HeaderGuard) { in formatEndIf() argument299 return "endif // " + HeaderGuard.str(); in formatEndIf()
14 HeaderGuard.cpp
56 virtual std::string formatEndIf(StringRef HeaderGuard);
5 Inputs/HeaderGuard.h
21 "HeaderGuard.cpp",
1333 clang-tools-extra/clang-tidy/utils/HeaderGuard.cpp1334 clang-tools-extra/clang-tidy/utils/HeaderGuard.h