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 359 /// LocStart - For normal labels, this is the same as the main declaration
362 SourceLocation LocStart;
366 : NamedDecl(Label, DC, IdentL, II), TheStmt(S), LocStart(StartL) {}
379 bool isGnuLocal() const { return LocStart != getLocation(); }
380 void setLocStart(SourceLocation L) { LocStart = L; }
383 return SourceRange(LocStart, getLocation());
398 /// LocStart - The starting location of the source range, pointing
400 SourceLocation LocStart;
504 return SourceRange(LocStart, RBraceLoc);
507 SourceLocation getLocStart() const LLVM_READONLY { return LocStart; }
    [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]
  /external/clang/lib/Rewrite/
RewriteModernObjC.cpp 745 SourceLocation LocStart = SM->getLocForStartOfFile(MainFileID);
762 LocStart.getLocWithOffset(BufPtr-MainBufStart);
    [all...]
RewriteObjC.cpp 727 SourceLocation LocStart = SM->getLocForStartOfFile(MainFileID);
744 LocStart.getLocWithOffset(BufPtr-MainBufStart);
    [all...]

Completed in 100 milliseconds