Home
last modified time | relevance | path

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

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