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

  /external/clang/lib/ARCMigrate/
Transforms.cpp 65 SourceLocation SemiLoc = findSemiAfterLocation(loc, Ctx);
66 if (SemiLoc.isInvalid())
68 return SemiLoc.getLocWithOffset(1);
  /external/clang/include/clang/AST/
Stmt.h 507 SourceLocation SemiLoc;
517 : Stmt(NullStmtClass), SemiLoc(L),
524 SourceLocation getSemiLoc() const { return SemiLoc; }
525 void setSemiLoc(SourceLocation L) { SemiLoc = L; }
529 SourceRange getSourceRange() const LLVM_READONLY { return SourceRange(SemiLoc); }
    [all...]

Completed in 352 milliseconds