/freebsd/contrib/llvm-project/llvm/lib/ProfileData/Coverage/ |
H A D | CoverageMapping.cpp | 678 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 D | CoverageMappingWriter.cpp | 158 return CMR.startLoc() <= CMR.endLoc(); in write()
|
H A D | CoverageMappingReader.cpp | 388 if (CMR.startLoc() > CMR.endLoc()) in readMappingRegionsSubArray()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/ |
H A D | CodeRegion.cpp | 44 !Regions[0]->endLoc().isValid()) { in beginRegion() 90 !Regions[0]->startLoc().isValid() && !Regions[0]->endLoc().isValid()) { in endRegion()
|
H A D | PipelinePrinter.cpp | 121 if (Region.startLoc().isValid() || Region.endLoc().isValid()) in printReport()
|
H A D | CodeRegion.h | 114 llvm::SMLoc endLoc() const { return RangeEnd; } in endLoc() function
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | DeclObjC.cpp | 823 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 D | PPDirectives.cpp | 512 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 D | Parser.h | 1772 SourceLocation &endLoc); 3085 SourceLocation *endLoc, 3150 SourceLocation *endLoc = nullptr);
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | DeclObjC.h | 170 SourceLocation beginLoc, SourceLocation endLoc, Selector SelInfo, 230 Create(ASTContext &C, SourceLocation beginLoc, SourceLocation endLoc,
|
H A D | Stmt.h | 1502 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 D | ParseObjc.cpp | 1880 SourceLocation &endLoc) { in parseObjCTypeArgsAndProtocolQualifiers() argument 1901 endLoc = PrevTokLocation; in parseObjCTypeArgsAndProtocolQualifiers() 1903 endLoc = Tok.getLocation(); in parseObjCTypeArgsAndProtocolQualifiers()
|
H A D | ParseDecl.cpp | 1302 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 D | CoverageMapping.h | 354 inline LineColPair endLoc() const { return LineColPair(LineEnd, ColumnEnd); } in endLoc() function
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaObjCProperty.cpp | 1142 SourceLocation endLoc = in ActOnPropertyImplDecl() local 1144 SourceRange ReadonlySourceRange(readonlyLoc, endLoc); in ActOnPropertyImplDecl()
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
H A D | RewriteModernObjC.cpp | 2058 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 D | X86AsmParser.cpp | 4831 SMLoc endLoc; in parseSEHRegisterNumber() local 4832 if (parseRegister(RegNo, startLoc, endLoc)) in parseSEHRegisterNumber()
|