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

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

Completed in 51 milliseconds