Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp3409 bool isLikelyXml(StringRef Code) { return Code.ltrim().starts_with("<"); } in isLikelyXml() function
3417 if (isLikelyXml(Code)) in sortIncludes()
3603 if (isLikelyXml(Code)) in reformat()