Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Index/
H A DCommentToXML.cpp590 StringRef StringDecl(Declaration.c_str(), Declaration.size()); in formatTextOfDeclaration() local
599 reformat(Style, StringDecl, tooling::Range(Offset, Length), "xmldecl.xd"); in formatTextOfDeclaration()
600 auto FormattedStringDecl = applyAllReplacements(StringDecl, Replaces); in formatTextOfDeclaration()