Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DInlayHints.cpp524 llvm::StringLiteral IgnoreChars = " =."; in isPrecededByParamNameComment() local
525 SourcePrefix = SourcePrefix.rtrim(IgnoreChars); in isPrecededByParamNameComment()
526 ParamName = ParamName.trim(IgnoreChars); in isPrecededByParamNameComment()
530 SourcePrefix = SourcePrefix.rtrim(IgnoreChars); in isPrecededByParamNameComment()