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, IsDecl);
127 if (SemiLoc.isInvalid())
129 return SemiLoc.getLocWithOffset(1);
  /external/clang/include/clang/AST/
Stmt.h 512 SourceLocation SemiLoc;
522 : Stmt(NullStmtClass), SemiLoc(L),
529 SourceLocation getSemiLoc() const { return SemiLoc; }
530 void setSemiLoc(SourceLocation L) { SemiLoc = L; }
534 SourceLocation getLocStart() const LLVM_READONLY { return SemiLoc; }
535 SourceLocation getLocEnd() const LLVM_READONLY { return SemiLoc; }
    [all...]

Completed in 56 milliseconds