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 293 /// LocStart - For normal labels, this is the same as the main declaration
296 SourceLocation LocStart;
300 : NamedDecl(Label, DC, IdentL, II), TheStmt(S), LocStart(StartL) {}
313 bool isGnuLocal() const { return LocStart != getLocation(); }
314 void setLocStart(SourceLocation L) { LocStart = L; }
317 return SourceRange(LocStart, getLocation());
331 /// LocStart - The starting location of the source range, pointing
333 SourceLocation LocStart;
437 return SourceRange(LocStart, RBraceLoc);
440 SourceLocation getLocStart() const LLVM_READONLY { return LocStart; }
    [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteObjC.cpp 733 SourceLocation LocStart = SM->getLocForStartOfFile(MainFileID);
750 LocStart.getLocWithOffset(BufPtr-MainBufStart);
    [all...]
RewriteModernObjC.cpp 803 SourceLocation LocStart = SM->getLocForStartOfFile(MainFileID)
    [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 72 milliseconds