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

  /external/clang/include/clang/AST/
Decl.h 357 /// LocStart - For normal labels, this is the same as the main declaration
360 SourceLocation LocStart;
364 : NamedDecl(Label, DC, IdentL, II), TheStmt(S), LocStart(StartL) {}
377 bool isGnuLocal() const { return LocStart != getLocation(); }
378 void setLocStart(SourceLocation L) { LocStart = L; }
381 return SourceRange(LocStart, getLocation());
396 /// LocStart - The starting location of the source range, pointing
398 SourceLocation LocStart;
502 return SourceRange(LocStart, RBraceLoc);
505 SourceLocation getLocStart() const LLVM_READONLY { return LocStart; }
    [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteModernObjC.cpp 759 SourceLocation LocStart = SM->getLocForStartOfFile(MainFileID);
776 LocStart.getLocWithOffset(BufPtr-MainBufStart);
    [all...]
RewriteObjC.cpp 732 SourceLocation LocStart = SM->getLocForStartOfFile(MainFileID);
749 LocStart.getLocWithOffset(BufPtr-MainBufStart);
    [all...]

Completed in 450 milliseconds