Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Index/
H A DCommentToXML.cpp600 auto FormattedStringDecl = applyAllReplacements(StringDecl, Replaces); in formatTextOfDeclaration() local
601 if (static_cast<bool>(FormattedStringDecl)) { in formatTextOfDeclaration()
602 Declaration = *FormattedStringDecl; in formatTextOfDeclaration()