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

  /external/clang/lib/CodeGen/
CoverageMappingGen.cpp 65 void setEndLoc(SourceLocation Loc) { LocEnd = Loc; }
408 Region.setEndLoc(EndLoc);
541 Region.setEndLoc(getEnd(S));
    [all...]
  /external/clang/include/clang/AST/
Stmt.h 459 void setEndLoc(SourceLocation L) { EndLoc = L; }
    [all...]
  /external/clang/include/clang/Sema/
DeclSpec.h 71 void setEndLoc(SourceLocation Loc) { Range.setEnd(Loc); }
    [all...]

Completed in 1702 milliseconds