HomeSort by relevance Sort by last modified time
    Searched refs:LocStart (Results 1 - 25 of 39) sorted by null

1 2

  /external/clang/lib/CodeGen/
CoverageMappingGen.cpp 42 Optional<SourceLocation> LocStart;
48 SourceMappingRegion(Counter Count, Optional<SourceLocation> LocStart,
50 : Count(Count), LocStart(LocStart), LocEnd(LocEnd) {}
56 bool hasStartLoc() const { return LocStart.hasValue(); }
58 void setStartLoc(SourceLocation Loc) { LocStart = Loc; }
61 assert(LocStart && "Region has no start location");
62 return *LocStart;
227 auto LocStart = I.getBegin();
229 assert(SM.isWrittenInSameFile(LocStart, LocEnd) &
    [all...]
  /external/clang/lib/Frontend/Rewrite/
RewriteObjC.cpp 731 SourceLocation LocStart = SM->getLocForStartOfFile(MainFileID);
748 LocStart.getLocWithOffset(BufPtr-MainBufStart);
    [all...]
RewriteModernObjC.cpp     [all...]
  /external/clang/include/clang/AST/
Decl.h 429 /// LocStart - For normal labels, this is the same as the main declaration
432 SourceLocation LocStart;
439 LocStart(StartL) {}
452 bool isGnuLocal() const { return LocStart != getLocation(); }
453 void setLocStart(SourceLocation L) { LocStart = L; }
456 return SourceRange(LocStart, getLocation());
474 /// LocStart - The starting location of the source range, pointing
476 SourceLocation LocStart;
565 return SourceRange(LocStart, RBraceLoc);
568 SourceLocation getLocStart() const LLVM_READONLY { return LocStart; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
Decl.h 429 /// LocStart - For normal labels, this is the same as the main declaration
432 SourceLocation LocStart;
439 LocStart(StartL) {}
452 bool isGnuLocal() const { return LocStart != getLocation(); }
453 void setLocStart(SourceLocation L) { LocStart = L; }
456 return SourceRange(LocStart, getLocation());
474 /// LocStart - The starting location of the source range, pointing
476 SourceLocation LocStart;
565 return SourceRange(LocStart, RBraceLoc);
568 SourceLocation getLocStart() const LLVM_READONLY { return LocStart; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/
Decl.h 419 /// LocStart - For normal labels, this is the same as the main declaration
422 SourceLocation LocStart;
429 LocStart(StartL) {}
442 bool isGnuLocal() const { return LocStart != getLocation(); }
443 void setLocStart(SourceLocation L) { LocStart = L; }
446 return SourceRange(LocStart, getLocation());
464 /// LocStart - The starting location of the source range, pointing
466 SourceLocation LocStart;
555 return SourceRange(LocStart, RBraceLoc);
558 SourceLocation getLocStart() const LLVM_READONLY { return LocStart; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/
Decl.h 419 /// LocStart - For normal labels, this is the same as the main declaration
422 SourceLocation LocStart;
429 LocStart(StartL) {}
442 bool isGnuLocal() const { return LocStart != getLocation(); }
443 void setLocStart(SourceLocation L) { LocStart = L; }
446 return SourceRange(LocStart, getLocation());
464 /// LocStart - The starting location of the source range, pointing
466 SourceLocation LocStart;
555 return SourceRange(LocStart, RBraceLoc);
558 SourceLocation getLocStart() const LLVM_READONLY { return LocStart; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/
Decl.h 432 /// LocStart - For normal labels, this is the same as the main declaration
435 SourceLocation LocStart;
442 LocStart(StartL) {}
455 bool isGnuLocal() const { return LocStart != getLocation(); }
456 void setLocStart(SourceLocation L) { LocStart = L; }
459 return SourceRange(LocStart, getLocation());
477 /// LocStart - The starting location of the source range, pointing
479 SourceLocation LocStart;
568 return SourceRange(LocStart, RBraceLoc);
571 SourceLocation getLocStart() const LLVM_READONLY { return LocStart; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/AST/
Decl.h 432 /// LocStart - For normal labels, this is the same as the main declaration
435 SourceLocation LocStart;
442 LocStart(StartL) {}
455 bool isGnuLocal() const { return LocStart != getLocation(); }
456 void setLocStart(SourceLocation L) { LocStart = L; }
459 return SourceRange(LocStart, getLocation());
477 /// LocStart - The starting location of the source range, pointing
479 SourceLocation LocStart;
568 return SourceRange(LocStart, RBraceLoc);
571 SourceLocation getLocStart() const LLVM_READONLY { return LocStart; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/AST/
Decl.h 432 /// LocStart - For normal labels, this is the same as the main declaration
435 SourceLocation LocStart;
442 LocStart(StartL) {}
455 bool isGnuLocal() const { return LocStart != getLocation(); }
456 void setLocStart(SourceLocation L) { LocStart = L; }
459 return SourceRange(LocStart, getLocation());
477 /// LocStart - The starting location of the source range, pointing
479 SourceLocation LocStart;
568 return SourceRange(LocStart, RBraceLoc);
571 SourceLocation getLocStart() const LLVM_READONLY { return LocStart; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/AST/
Decl.h 432 /// LocStart - For normal labels, this is the same as the main declaration
435 SourceLocation LocStart;
442 LocStart(StartL) {}
455 bool isGnuLocal() const { return LocStart != getLocation(); }
456 void setLocStart(SourceLocation L) { LocStart = L; }
459 return SourceRange(LocStart, getLocation());
477 /// LocStart - The starting location of the source range, pointing
479 SourceLocation LocStart;
568 return SourceRange(LocStart, RBraceLoc);
571 SourceLocation getLocStart() const LLVM_READONLY { return LocStart; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
Decl.h 429 /// LocStart - For normal labels, this is the same as the main declaration
432 SourceLocation LocStart;
439 LocStart(StartL) {}
452 bool isGnuLocal() const { return LocStart != getLocation(); }
453 void setLocStart(SourceLocation L) { LocStart = L; }
456 return SourceRange(LocStart, getLocation());
474 /// LocStart - The starting location of the source range, pointing
476 SourceLocation LocStart;
565 return SourceRange(LocStart, RBraceLoc);
568 SourceLocation getLocStart() const LLVM_READONLY { return LocStart; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/AST/
Decl.h 419 /// LocStart - For normal labels, this is the same as the main declaration
422 SourceLocation LocStart;
429 LocStart(StartL) {}
442 bool isGnuLocal() const { return LocStart != getLocation(); }
443 void setLocStart(SourceLocation L) { LocStart = L; }
446 return SourceRange(LocStart, getLocation());
464 /// LocStart - The starting location of the source range, pointing
466 SourceLocation LocStart;
555 return SourceRange(LocStart, RBraceLoc);
558 SourceLocation getLocStart() const LLVM_READONLY { return LocStart; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/AST/
Decl.h 419 /// LocStart - For normal labels, this is the same as the main declaration
422 SourceLocation LocStart;
429 LocStart(StartL) {}
442 bool isGnuLocal() const { return LocStart != getLocation(); }
443 void setLocStart(SourceLocation L) { LocStart = L; }
446 return SourceRange(LocStart, getLocation());
464 /// LocStart - The starting location of the source range, pointing
466 SourceLocation LocStart;
555 return SourceRange(LocStart, RBraceLoc);
558 SourceLocation getLocStart() const LLVM_READONLY { return LocStart; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/AST/
Decl.h 432 /// LocStart - For normal labels, this is the same as the main declaration
435 SourceLocation LocStart;
442 LocStart(StartL) {}
455 bool isGnuLocal() const { return LocStart != getLocation(); }
456 void setLocStart(SourceLocation L) { LocStart = L; }
459 return SourceRange(LocStart, getLocation());
477 /// LocStart - The starting location of the source range, pointing
479 SourceLocation LocStart;
568 return SourceRange(LocStart, RBraceLoc);
571 SourceLocation getLocStart() const LLVM_READONLY { return LocStart; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/AST/
Decl.h 432 /// LocStart - For normal labels, this is the same as the main declaration
435 SourceLocation LocStart;
442 LocStart(StartL) {}
455 bool isGnuLocal() const { return LocStart != getLocation(); }
456 void setLocStart(SourceLocation L) { LocStart = L; }
459 return SourceRange(LocStart, getLocation());
477 /// LocStart - The starting location of the source range, pointing
479 SourceLocation LocStart;
568 return SourceRange(LocStart, RBraceLoc);
571 SourceLocation getLocStart() const LLVM_READONLY { return LocStart; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/AST/
Decl.h 432 /// LocStart - For normal labels, this is the same as the main declaration
435 SourceLocation LocStart;
442 LocStart(StartL) {}
455 bool isGnuLocal() const { return LocStart != getLocation(); }
456 void setLocStart(SourceLocation L) { LocStart = L; }
459 return SourceRange(LocStart, getLocation());
477 /// LocStart - The starting location of the source range, pointing
479 SourceLocation LocStart;
568 return SourceRange(LocStart, RBraceLoc);
571 SourceLocation getLocStart() const LLVM_READONLY { return LocStart; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/AST/
Decl.h 432 /// LocStart - For normal labels, this is the same as the main declaration
435 SourceLocation LocStart;
442 LocStart(StartL) {}
455 bool isGnuLocal() const { return LocStart != getLocation(); }
456 void setLocStart(SourceLocation L) { LocStart = L; }
459 return SourceRange(LocStart, getLocation());
477 /// LocStart - The starting location of the source range, pointing
479 SourceLocation LocStart;
568 return SourceRange(LocStart, RBraceLoc);
571 SourceLocation getLocStart() const LLVM_READONLY { return LocStart; }
    [all...]
  /external/clang/lib/Parse/
ParseExpr.cpp     [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]
  /external/clang/lib/AST/
DeclCXX.cpp     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Sema/
Sema.h     [all...]

Completed in 652 milliseconds

1 2