Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DInlayHints.cpp367 !isPrecededByParamNameComment(Init, It->second)) in VisitInitListExpr()
468 if (isPrecededByParamNameComment(Arg, ParamName)) in shouldHintName()
509 bool isPrecededByParamNameComment(const Expr *E, StringRef ParamName) { in isPrecededByParamNameComment() function in clang::clangd::__anon18ece24e0111::InlayHintVisitor