|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
tools/clang/include/clang/Edit/Commit.h 70 bool insert(SourceLocation loc, StringRef text, bool afterToken = false,
References
tools/clang/include/clang/Edit/Commit.h 75 return insert(loc, text, /*afterToken=*/true, beforePreviousInsertions);
79 return insert(loc, text, /*afterToken=*/false,
tools/clang/lib/ARCMigrate/ObjCMT.cpp 1730 commit.insert(IFaceM->getEndLoc(), " NS_DESIGNATED_INITIALIZER");
1749 commit.insert(Loc, "#ifndef NS_ENUM\n@import Foundation;\n#endif\n");
1751 commit.insert(Loc, "#ifndef NS_ENUM\n#import <Foundation/Foundation.h>\n#endif\n");
2196 commit.insert(Loc, Entry.Text);
tools/clang/lib/Edit/Commit.cpp 105 bool commitableBefore = insert(range.getBegin(), before, /*afterToken=*/false,
111 commitableAfter = insert(range.getEnd(), after);
tools/clang/lib/Edit/RewriteObjCFoundationAPI.cpp 651 commit.insert(ArgRange.getBegin(), "@");
665 commit.insert(ArgRange.getBegin(), "@");
833 commit.insert(ArgRange.getBegin(), "@");
869 commit.insert(LitB, "@");
872 commit.insert(LitE, ".0");
876 commit.insert(LitE, LitInfo.F);
879 commit.insert(LitE, LitInfo.U);
882 commit.insert(LitE, LitInfo.L);
884 commit.insert(LitE, LitInfo.LL);
1138 commit.insert(StrE->getBeginLoc(), "@");
tools/clang/lib/Frontend/DiagnosticRenderer.cpp 76 commit.insert(Hint.RemoveRange.getBegin(), Hint.CodeToInsert,
tools/clang/lib/Frontend/Rewrite/FixItRewriter.cpp 169 commit.insert(Hint.RemoveRange.getBegin(), Hint.CodeToInsert,
tools/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionParser.cpp 1124 commit.insert(fixit.RemoveRange.getBegin(), fixit.CodeToInsert,