HomeSort by relevance Sort by last modified time
    Searched defs:OrigLoc (Results 1 - 4 of 4) 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 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 927 SourceLocation OrigLoc = Tok.getLocation();
    [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]

Completed in 46 milliseconds