Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/Format/
H A DFormatTestUtils.h27 bool InComment = false; variable
34 InComment = true;
44 if (InComment) {
45 InComment = false;
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/
H A DArgumentCommentCheck.cpp178 static bool sameName(StringRef InComment, StringRef InDecl, bool StrictMode) { in sameName() argument
180 return InComment == InDecl; in sameName()
181 InComment = InComment.trim('_'); in sameName()
184 return InComment.compare_insensitive(InDecl) == 0; in sameName()