Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()