Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/ARCMigrate/
H A DObjCMT.cpp666 std::string ClassString; in rewriteToObjCInterfaceDecl() local
671 ClassString = '<'; in rewriteToObjCInterfaceDecl()
673 ClassString += ConformingProtocols[i]->getNameAsString(); in rewriteToObjCInterfaceDecl()
675 ClassString += ", "; in rewriteToObjCInterfaceDecl()
677 ClassString += "> "; in rewriteToObjCInterfaceDecl()
680 ClassString = ", "; in rewriteToObjCInterfaceDecl()
682 ClassString += ConformingProtocols[i]->getNameAsString(); in rewriteToObjCInterfaceDecl()
684 ClassString += ", "; in rewriteToObjCInterfaceDecl()
690 commit.insertAfterToken(EndLoc, ClassString); in rewriteToObjCInterfaceDecl()
710 std::string ClassString; in rewriteToNSEnumDecl() local
[all …]