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

1 2 3 4

  /external/llvm/lib/ProfileData/Coverage/
CoverageMapping.cpp 329 ActiveRegions.back()->endLoc() <= Region.startLoc())
346 if (LHS.endLoc() != RHS.endLoc())
348 return RHS.endLoc() < LHS.endLoc();
372 Active->endLoc() != I->endLoc()) {
  /external/clang/include/clang/Parse/
Parser.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Parse/
Parser.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Parse/
Parser.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Parse/
Parser.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Parse/
Parser.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Parse/
Parser.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Parse/
Parser.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Parse/
Parser.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Parse/
Parser.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Parse/
Parser.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Parse/
Parser.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Parse/
Parser.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Parse/
Parser.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Parse/
Parser.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Parse/
Parser.h     [all...]
  /external/llvm/include/llvm/ProfileData/Coverage/
CoverageMapping.h 244 inline std::pair<unsigned, unsigned> endLoc() const {
259 if (endLoc() < Other.endLoc())
  /external/clang/tools/libclang/
CXLoadedDiagnostic.cpp 306 CXSourceLocation endLoc = makeLocation(End);
307 SR = clang_getRange(startLoc, endLoc);
  /external/swiftshader/third_party/LLVM/lib/MC/MCParser/
COFFAsmParser.cpp 439 SMLoc endLoc;
441 if (getParser().getTargetParser().ParseRegister(LLVMRegNo,startLoc,endLoc))
  /external/clang/lib/ARCMigrate/
TransformActions.cpp 69 SourceLocation beginLoc = range.getBegin(), endLoc = range.getEnd();
70 assert(beginLoc.isValid() && endLoc.isValid());
73 End = FullSourceLoc(getLocForEndOfToken(endLoc, srcMgr, PP), srcMgr);
76 End = FullSourceLoc(srcMgr.getExpansionLoc(endLoc), srcMgr);
  /external/clang/lib/Parse/
ParseDeclCXX.cpp 769 SourceLocation EndLoc;
773 EndLoc = Tok.getAnnotationEndLoc();
777 return EndLoc;
817 EndLoc = ConsumeParen();
823 EndLoc = ConsumeAnyToken();
826 EndLoc = Tok.getLocation();
829 return EndLoc;
849 EndLoc = T.getCloseLocation();
865 return EndLoc;
870 SourceLocation EndLoc) {
    [all...]
ParseDecl.cpp 125 SourceLocation *endLoc,
164 ParseGNUAttributeArgs(AttrName, AttrNameLoc, attrs, endLoc, nullptr,
193 if (endLoc)
194 *endLoc = Loc;
245 SourceLocation *EndLoc,
273 ParsedAttributes &Attrs, SourceLocation *EndLoc, IdentifierInfo *ScopeName,
327 if (EndLoc)
328 *EndLoc = RParen;
338 SourceLocation *EndLoc,
350 ParseAvailabilityAttribute(*AttrName, AttrNameLoc, Attrs, EndLoc, ScopeName
    [all...]
  /external/llvm/lib/MC/MCParser/
COFFAsmParser.cpp 754 SMLoc endLoc;
756 if (getParser().getTargetParser().ParseRegister(LLVMRegNo,startLoc,endLoc))
  /external/llvm/unittests/ProfileData/
CoverageMappingTest.cpp 237 ASSERT_EQ(Input.Regions[I].endLoc(), Output.Regions[I].endLoc());
  /external/llvm/lib/Target/SystemZ/AsmParser/
SystemZAsmParser.cpp 69 SMLoc StartLoc, EndLoc;
131 SystemZOperand(OperandKind kind, SMLoc startLoc, SMLoc endLoc)
132 : Kind(kind), StartLoc(startLoc), EndLoc(endLoc) {}
136 SMLoc EndLoc) {
137 return make_unique<SystemZOperand>(KindInvalid, StartLoc, EndLoc);
146 createReg(RegisterKind Kind, unsigned Num, SMLoc StartLoc, SMLoc EndLoc) {
147 auto Op = make_unique<SystemZOperand>(KindReg, StartLoc, EndLoc);
153 createAccessReg(unsigned Num, SMLoc StartLoc, SMLoc EndLoc) {
154 auto Op = make_unique<SystemZOperand>(KindAccessReg, StartLoc, EndLoc);
    [all...]

Completed in 275 milliseconds

1 2 3 4