Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/bugprone/
DArgumentCommentCheck.cpp174 static bool sameName(StringRef InComment, StringRef InDecl, bool StrictMode) { in sameName() argument
176 return InComment == InDecl; in sameName()
178 InDecl = InDecl.trim('_'); in sameName()
180 return InComment.compare_lower(InDecl) == 0; in sameName()