Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Index/
H A DCommentToXML.cpp602 auto FormattedStringDecl = applyAllReplacements(StringDecl, Replaces); in formatTextOfDeclaration() local
603 if (static_cast<bool>(FormattedStringDecl)) { in formatTextOfDeclaration()
604 Declaration = *FormattedStringDecl; in formatTextOfDeclaration()