Home
last modified time | relevance | path

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

/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()
182 InDecl = InDecl.trim('_'); in sameName()
184 return InComment.compare_insensitive(InDecl) == 0; in sameName()