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 126 SourceLocation SemiLoc = findSemiAfterLocation(loc, Ctx);
127 if (SemiLoc.isInvalid())
129 return SemiLoc.getLocWithOffset(1);
  /external/clang/include/clang/AST/
Stmt.h 511 SourceLocation SemiLoc;
521 : Stmt(NullStmtClass), SemiLoc(L),
528 SourceLocation getSemiLoc() const { return SemiLoc; }
529 void setSemiLoc(SourceLocation L) { SemiLoc = L; }
533 SourceLocation getLocStart() const LLVM_READONLY { return SemiLoc; }
534 SourceLocation getLocEnd() const LLVM_READONLY { return SemiLoc; }
    [all...]

Completed in 45 milliseconds