Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/utils/
DHeaderGuard.cpp130 StringRef HeaderGuard, in wouldFixEndifComment() argument
153 return (EndIfStr != "// " + HeaderGuard.str()) && in wouldFixEndifComment()
154 (EndIfStr != "/* " + HeaderGuard.str() + " */"); in wouldFixEndifComment()
190 StringRef HeaderGuard, in checkEndifComment() argument
193 if (wouldFixEndifComment(FileName, EndIf, HeaderGuard, &EndIfLen)) { in checkEndifComment()
197 Check->formatEndIf(HeaderGuard))); in checkEndifComment()
291 std::string HeaderGuardCheck::formatEndIf(StringRef HeaderGuard) { in formatEndIf() argument
292 return "endif // " + HeaderGuard.str(); in formatEndIf()
DCMakeLists.txt14 HeaderGuard.cpp
DHeaderGuard.h53 virtual std::string formatEndIf(StringRef HeaderGuard);
/external/llvm-project/clang-tools-extra/test/modularize/
DNoProblemsGuard.modularize5 Inputs/HeaderGuard.h
/external/llvm-project/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/utils/
DBUILD.gn21 "HeaderGuard.cpp",