Searched refs:HeaderGuard (Results 1 – 5 of 5) sorted by relevance
130 StringRef HeaderGuard, in wouldFixEndifComment() argument153 return (EndIfStr != "// " + HeaderGuard.str()) && in wouldFixEndifComment()154 (EndIfStr != "/* " + HeaderGuard.str() + " */"); in wouldFixEndifComment()190 StringRef HeaderGuard, in checkEndifComment() argument193 if (wouldFixEndifComment(FileName, EndIf, HeaderGuard, &EndIfLen)) { in checkEndifComment()197 Check->formatEndIf(HeaderGuard))); in checkEndifComment()291 std::string HeaderGuardCheck::formatEndIf(StringRef HeaderGuard) { in formatEndIf() argument292 return "endif // " + HeaderGuard.str(); in formatEndIf()
14 HeaderGuard.cpp
53 virtual std::string formatEndIf(StringRef HeaderGuard);
5 Inputs/HeaderGuard.h
21 "HeaderGuard.cpp",