Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Index/
H A DCommentToXML.cpp604 auto FormattedStringDecl = applyAllReplacements(StringDecl, Replaces); in formatTextOfDeclaration() local
605 if (static_cast<bool>(FormattedStringDecl)) { in formatTextOfDeclaration()
606 Declaration = *FormattedStringDecl; in formatTextOfDeclaration()