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

  /external/clang/lib/ARCMigrate/
TransARCAssign.cpp 46 SourceLocation OrigLoc = E->getExprLoc();
47 SourceLocation Loc = OrigLoc;
  /external/clang/include/clang/Edit/
Commit.h 35 SourceLocation OrigLoc;
111 void addInsert(SourceLocation OrigLoc,
113 void addInsertFromRange(SourceLocation OrigLoc, FileOffset Offs,
116 void addRemove(SourceLocation OrigLoc, FileOffset Offs, unsigned Len);
121 bool canInsertInOffset(SourceLocation OrigLoc, FileOffset Offs);
  /external/clang/lib/Parse/
ParseDecl.cpp 778 SourceLocation OrigLoc = Tok.getLocation();
831 if (Tok.getLocation() != OrigLoc) {
837 OrigLoc))
838 while (Tok.getLocation() != OrigLoc && Tok.isNot(tok::eof))
    [all...]
ParseObjc.cpp     [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]

Completed in 68 milliseconds