Home
last modified time | relevance | path

Searched refs:HeaderGuard (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/utils/
H A DHeaderGuard.cpp130 StringRef HeaderGuard, in wouldFixEndifComment() argument
154 return EndIfStr.trim() != HeaderGuard; in wouldFixEndifComment()
191 StringRef HeaderGuard, in checkEndifComment() argument
194 if (wouldFixEndifComment(FileName, EndIf, HeaderGuard, &EndIfLen)) { in checkEndifComment()
198 Check->formatEndIf(HeaderGuard))); in checkEndifComment()
298 std::string HeaderGuardCheck::formatEndIf(StringRef HeaderGuard) { in formatEndIf() argument
299 return "endif // " + HeaderGuard.str(); in formatEndIf()
H A DCMakeLists.txt14 HeaderGuard.cpp
H A DHeaderGuard.h56 virtual std::string formatEndIf(StringRef HeaderGuard);
/llvm-project-15.0.7/clang-tools-extra/test/modularize/
H A DNoProblemsGuard.modularize5 Inputs/HeaderGuard.h
/llvm-project-15.0.7/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/utils/
H A DBUILD.gn21 "HeaderGuard.cpp",
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt1333 clang-tools-extra/clang-tidy/utils/HeaderGuard.cpp
1334 clang-tools-extra/clang-tidy/utils/HeaderGuard.h