Home
last modified time | relevance | path

Searched refs:endLoc (Results 1 – 17 of 17) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMapping.cpp678 DecisionEndLoc(Decision.endLoc()) { in DecisionRecord()
686 R.startLoc() >= DecisionStartLoc && R.endLoc() <= DecisionEndLoc) in dominates()
1154 return L->endLoc() < R->endLoc(); in completeRegionsUntil()
1161 assert((!Loc || CompletedRegion->endLoc() <= *Loc) && in completeRegionsUntil()
1165 auto CompletedSegmentLoc = PrevCompletedRegion->endLoc(); in completeRegionsUntil()
1173 if (CompletedSegmentLoc == CompletedRegion->endLoc()) in completeRegionsUntil()
1178 if (CompletedRegion->endLoc() == ActiveRegions[J]->endLoc()) in completeRegionsUntil()
1185 if (FirstCompletedRegion && Last->endLoc() != *Loc) { in completeRegionsUntil()
1188 startSegment(*ActiveRegions[FirstCompletedRegion - 1], Last->endLoc(), in completeRegionsUntil()
1190 } else if (!FirstCompletedRegion && (!Loc || *Loc != Last->endLoc())) { in completeRegionsUntil()
[all …]
H A DCoverageMappingWriter.cpp158 return CMR.startLoc() <= CMR.endLoc(); in write()
H A DCoverageMappingReader.cpp388 if (CMR.startLoc() > CMR.endLoc()) in readMappingRegionsSubArray()
/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/
H A DCodeRegion.cpp44 !Regions[0]->endLoc().isValid()) { in beginRegion()
90 !Regions[0]->startLoc().isValid() && !Regions[0]->endLoc().isValid()) { in endRegion()
H A DPipelinePrinter.cpp121 if (Region.startLoc().isValid() || Region.endLoc().isValid()) in printReport()
H A DCodeRegion.h114 llvm::SMLoc endLoc() const { return RangeEnd; } in endLoc() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp823 SourceLocation beginLoc, SourceLocation endLoc, Selector SelInfo, in ObjCMethodDecl() argument
830 DeclEndLoc(endLoc) { in ObjCMethodDecl()
853 ASTContext &C, SourceLocation beginLoc, SourceLocation endLoc, in Create() argument
860 beginLoc, endLoc, SelInfo, T, ReturnTInfo, contextDecl, isInstance, in Create()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPDirectives.cpp512 SourceLocation endLoc; in SkipExcludedConditionalBlock() local
679 endLoc = CheckEndOfDirective("endif"); in SkipExcludedConditionalBlock()
710 endLoc = CheckEndOfDirective("else"); in SkipExcludedConditionalBlock()
854 SourceRange(HashTokenLoc, endLoc.isValid() in SkipExcludedConditionalBlock()
855 ? endLoc in SkipExcludedConditionalBlock()
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h1772 SourceLocation &endLoc);
3085 SourceLocation *endLoc,
3150 SourceLocation *endLoc = nullptr);
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h170 SourceLocation beginLoc, SourceLocation endLoc, Selector SelInfo,
230 Create(ASTContext &C, SourceLocation beginLoc, SourceLocation endLoc,
H A DStmt.h1502 DeclStmt(DeclGroupRef dg, SourceLocation startLoc, SourceLocation endLoc)
1503 : Stmt(DeclStmtClass), DG(dg), StartLoc(startLoc), EndLoc(endLoc) {}
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp1880 SourceLocation &endLoc) { in parseObjCTypeArgsAndProtocolQualifiers() argument
1901 endLoc = PrevTokLocation; in parseObjCTypeArgsAndProtocolQualifiers()
1903 endLoc = Tok.getLocation(); in parseObjCTypeArgsAndProtocolQualifiers()
H A DParseDecl.cpp1302 ParsedAttributes &attrs, SourceLocation *endLoc, IdentifierInfo *ScopeName, in ParseAvailabilityAttribute() argument
1494 if (endLoc) in ParseAvailabilityAttribute()
1495 *endLoc = T.getCloseLocation(); in ParseAvailabilityAttribute()
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h354 inline LineColPair endLoc() const { return LineColPair(LineEnd, ColumnEnd); } in endLoc() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp1142 SourceLocation endLoc = in ActOnPropertyImplDecl() local
1144 SourceRange ReadonlySourceRange(readonlyLoc, endLoc); in ActOnPropertyImplDecl()
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp2058 SourceLocation endLoc = S->getEndLoc(); in RewriteObjCThrowStmt() local
2059 const char *endBuf = SM->getCharacterData(endLoc); in RewriteObjCThrowStmt()
5520 SourceLocation endLoc = MessExpr->getEndLoc(); in RewriteFunctionBodyOrGlobalInitializer()
5523 const char *endBuf = SM->getCharacterData(endLoc); in RewriteFunctionBodyOrGlobalInitializer()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp4831 SMLoc endLoc; in parseSEHRegisterNumber() local
4832 if (parseRegister(RegNo, startLoc, endLoc)) in parseSEHRegisterNumber()