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 276 /// LocStart - For normal labels, this is the same as the main declaration
279 SourceLocation LocStart;
283 : NamedDecl(Label, DC, IdentL, II), TheStmt(S), LocStart(StartL) {}
296 bool isGnuLocal() const { return LocStart != getLocation(); }
297 void setLocStart(SourceLocation L) { LocStart = L; }
300 return SourceRange(LocStart, getLocation());
314 /// LocStart - The starting location of the source range, pointing
316 SourceLocation LocStart;
420 return SourceRange(LocStart, RBraceLoc);
423 SourceLocation getLocStart() const LLVM_READONLY { return LocStart; }
    [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]