HomeSort by relevance Sort by last modified time
    Searched full:origloc (Results 26 - 50 of 52) sorted by null

12 3

  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Edit/
Commit.h 36 SourceLocation OrigLoc;
114 void addInsert(SourceLocation OrigLoc,
116 void addInsertFromRange(SourceLocation OrigLoc, FileOffset Offs,
119 void addRemove(SourceLocation OrigLoc, FileOffset Offs, unsigned Len);
124 bool canInsertInOffset(SourceLocation OrigLoc, FileOffset Offs);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Edit/
Commit.h 36 SourceLocation OrigLoc;
114 void addInsert(SourceLocation OrigLoc,
116 void addInsertFromRange(SourceLocation OrigLoc, FileOffset Offs,
119 void addRemove(SourceLocation OrigLoc, FileOffset Offs, unsigned Len);
124 bool canInsertInOffset(SourceLocation OrigLoc, FileOffset Offs);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Edit/
Commit.h 36 SourceLocation OrigLoc;
114 void addInsert(SourceLocation OrigLoc,
116 void addInsertFromRange(SourceLocation OrigLoc, FileOffset Offs,
119 void addRemove(SourceLocation OrigLoc, FileOffset Offs, unsigned Len);
124 bool canInsertInOffset(SourceLocation OrigLoc, FileOffset Offs);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Edit/
Commit.h 36 SourceLocation OrigLoc;
114 void addInsert(SourceLocation OrigLoc,
116 void addInsertFromRange(SourceLocation OrigLoc, FileOffset Offs,
119 void addRemove(SourceLocation OrigLoc, FileOffset Offs, unsigned Len);
124 bool canInsertInOffset(SourceLocation OrigLoc, FileOffset Offs);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Edit/
Commit.h 36 SourceLocation OrigLoc;
114 void addInsert(SourceLocation OrigLoc,
116 void addInsertFromRange(SourceLocation OrigLoc, FileOffset Offs,
119 void addRemove(SourceLocation OrigLoc, FileOffset Offs, unsigned Len);
124 bool canInsertInOffset(SourceLocation OrigLoc, FileOffset Offs);
  /external/clang/lib/Edit/
Commit.cpp 177 void Commit::addInsert(SourceLocation OrigLoc, FileOffset Offs, StringRef text,
184 data.OrigLoc = OrigLoc;
191 void Commit::addInsertFromRange(SourceLocation OrigLoc, FileOffset Offs,
199 data.OrigLoc = OrigLoc;
207 void Commit::addRemove(SourceLocation OrigLoc,
214 data.OrigLoc = OrigLoc;
280 bool Commit::canInsertInOffset(SourceLocation OrigLoc, FileOffset Offs)
    [all...]
EditedSource.cpp 61 bool EditedSource::canInsertInOffset(SourceLocation OrigLoc, FileOffset Offs) {
68 if (SourceMgr.isMacroArgExpansion(OrigLoc)) {
71 deconstructMacroArgLoc(OrigLoc, ExpLoc, II);
95 bool EditedSource::commitInsert(SourceLocation OrigLoc,
98 if (!canInsertInOffset(OrigLoc, Offs))
103 if (SourceMgr.isMacroArgExpansion(OrigLoc)) {
106 deconstructMacroArgLoc(OrigLoc, ExpLoc, II);
125 bool EditedSource::commitInsertFromRange(SourceLocation OrigLoc,
180 return commitInsert(OrigLoc, Offs, StrVec, beforePreviousInsertions);
183 void EditedSource::commitRemove(SourceLocation OrigLoc,
    [all...]
  /external/clang/lib/ARCMigrate/
TransARCAssign.cpp 47 SourceLocation OrigLoc = E->getExprLoc();
48 SourceLocation Loc = OrigLoc;
  /external/clang/lib/Sema/
SemaTemplateVariadic.cpp 881 TemplateArgumentLoc OrigLoc,
883 const TemplateArgument &Argument = OrigLoc.getArgument();
889 TypeSourceInfo *ExpansionTSInfo = OrigLoc.getTypeSourceInfo();
    [all...]
SemaExpr.cpp     [all...]
SemaExprObjC.cpp     [all...]
  /external/clang/lib/Parse/
ParseObjc.cpp     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
Sema.h     [all...]