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

  /external/clang/include/clang/AST/
DeclObjC.h 287 void setEndLoc(SourceLocation Loc) { EndLoc = Loc; }
    [all...]
Stmt.h 478 void setEndLoc(SourceLocation L) { EndLoc = L; }
    [all...]
  /external/clang/include/clang/Sema/
DeclSpec.h 70 void setEndLoc(SourceLocation Loc) { Range.setEnd(Loc); }
    [all...]

Completed in 65 milliseconds