Home | History | Annotate | Download | only in Index

Lines Matching defs:USR

926       // Print USR.
927 SmallString<128> USR;
928 generateUSRForDecl(DI->CommentDecl, USR);
929 if (!USR.empty()) {
930 Result << "<USR>";
931 appendToResultWithXMLEscaping(USR);
932 Result << "</USR>";