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

  /external/clang/lib/ARCMigrate/
TransARCAssign.cpp 47 SourceLocation OrigLoc = E->getExprLoc();
48 SourceLocation Loc = OrigLoc;
  /external/clang/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/Sema/
SemaExpr.cpp     [all...]

Completed in 58 milliseconds