Searched refs:IgnoreChars (Results 1 – 1 of 1) sorted by relevance
524 llvm::StringLiteral IgnoreChars = " =."; in isPrecededByParamNameComment() local525 SourcePrefix = SourcePrefix.rtrim(IgnoreChars); in isPrecededByParamNameComment()526 ParamName = ParamName.trim(IgnoreChars); in isPrecededByParamNameComment()530 SourcePrefix = SourcePrefix.rtrim(IgnoreChars); in isPrecededByParamNameComment()