Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Index/
H A DCommentToXML.cpp592 StringRef StringDecl(Declaration.c_str(), Declaration.size()); in formatTextOfDeclaration() local
601 reformat(Style, StringDecl, tooling::Range(Offset, Length), "xmldecl.xd"); in formatTextOfDeclaration()
602 auto FormattedStringDecl = applyAllReplacements(StringDecl, Replaces); in formatTextOfDeclaration()