Home | History | Annotate | Download | only in ARCMigrate

Lines Matching defs:Insert

126     // FIXME: StringSet should have insert(iter, iter) to use here.
128 WhiteListFilenames.insert(Val);
1395 // Insert CF_IMPLICIT_BRIDGING_ENABLE/CF_IMPLICIT_BRIDGING_DISABLED
1720 commit.insert(IFaceM->getEndLoc(), " NS_DESIGNATED_INITIALIZER");
1739 commit.insert(Loc, "#ifndef NS_ENUM\n@import Foundation;\n#endif\n");
1741 commit.insert(Loc, "#ifndef NS_ENUM\n#import <Foundation/Foundation.h>\n#endif\n");
1755 void insert(SourceLocation loc, StringRef text) override {
1819 void insert(SourceLocation Loc, StringRef Text) override {
1862 ObjCProtocolDecls.insert(PDecl->getCanonicalDecl());
2179 commit.insert(Loc, Entry.Text);
2246 Insert = EntriesSet.insert(Entry);
2247 if (!Insert.second)