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

  /external/clang/lib/ARCMigrate/
Transforms.cpp 125 SourceLocation SemiLoc = findSemiAfterLocation(loc, Ctx, IsDecl);
126 if (SemiLoc.isInvalid())
128 return SemiLoc.getLocWithOffset(1);
  /external/clang/lib/Parse/
RAIIObjectsForParser.h 433 SourceLocation SemiLoc = P.ConsumeToken();
434 P.Diag(SemiLoc, diag::err_unexpected_semi)
435 << Close << FixItHint::CreateRemoval(SourceRange(SemiLoc, SemiLoc));
  /external/clang/include/clang/AST/
Stmt.h 500 SourceLocation SemiLoc;
510 : Stmt(NullStmtClass), SemiLoc(L),
517 SourceLocation getSemiLoc() const { return SemiLoc; }
518 void setSemiLoc(SourceLocation L) { SemiLoc = L; }
522 SourceLocation getLocStart() const LLVM_READONLY { return SemiLoc; }
523 SourceLocation getLocEnd() const LLVM_READONLY { return SemiLoc; }
    [all...]

Completed in 222 milliseconds