HomeSort by relevance Sort by last modified time
    Searched refs:OrigLoc (Results 1 - 10 of 10) sorted by null

  /external/clang/include/clang/Edit/
EditedSource.h 58 bool canInsertInOffset(SourceLocation OrigLoc, FileOffset Offs);
73 bool commitInsert(SourceLocation OrigLoc, FileOffset Offs, StringRef text,
75 bool commitInsertFromRange(SourceLocation OrigLoc, FileOffset Offs,
78 void commitRemove(SourceLocation OrigLoc, FileOffset BeginOffs, unsigned Len);
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/ARCMigrate/
TransARCAssign.cpp 47 SourceLocation OrigLoc = E->getExprLoc();
48 SourceLocation Loc = OrigLoc;
  /external/clang/lib/Edit/
EditedSource.cpp 31 bool EditedSource::canInsertInOffset(SourceLocation OrigLoc, FileOffset Offs) {
38 if (SourceMgr.isMacroArgExpansion(OrigLoc)) {
40 DefArgLoc = SourceMgr.getImmediateExpansionRange(OrigLoc).first;
53 bool EditedSource::commitInsert(SourceLocation OrigLoc,
56 if (!canInsertInOffset(OrigLoc, Offs))
61 if (SourceMgr.isMacroArgExpansion(OrigLoc)) {
63 DefArgLoc = SourceMgr.getImmediateExpansionRange(OrigLoc).first;
83 bool EditedSource::commitInsertFromRange(SourceLocation OrigLoc,
138 return commitInsert(OrigLoc, Offs, StrVec, beforePreviousInsertions);
141 void EditedSource::commitRemove(SourceLocation OrigLoc,
    [all...]
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...]
  /external/clang/lib/Sema/
SemaTemplateVariadic.cpp 876 TemplateArgumentLoc OrigLoc,
878 const TemplateArgument &Argument = OrigLoc.getArgument();
884 TypeSourceInfo *ExpansionTSInfo = OrigLoc.getTypeSourceInfo();
    [all...]
SemaExprObjC.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/clang/lib/Parse/
ParseObjc.cpp     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 243 milliseconds