Home
last modified time | relevance | path

Searched defs:LocEnd (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCCodeView.cpp276 size_t LocEnd; in getFunctionLineEntries() local
322 size_t LocEnd; in getLineExtentIncludingInlinees() local
487 size_t LocEnd; in encodeInlineLineTable() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp124 std::optional<SourceLocation> LocEnd; member in __anon413222f00211::SourceMappingRegion
136 std::optional<SourceLocation> LocEnd, in SourceMappingRegion()
144 std::optional<SourceLocation> LocEnd, in SourceMappingRegion()
152 std::optional<SourceLocation> LocEnd) in SourceMappingRegion()
445 SourceLocation LocEnd, in adjustSkippedRange()
483 auto LocEnd = Range.getEnd(); in gatherSkippedRegions() local
536 SourceLocation LocEnd = Region.getEndLoc(); in emitSourceRegions() local
594 SourceLocation LocEnd = getPreciseTokenLocEnd(ParentLoc); in emitExpansionRegions() local
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp1111 SourceLocation LocEnd = Method->getEndLoc(); in RewriteMethodDeclaration() local
1169 SourceLocation LocEnd = PDecl->getAtEndRange().getBegin(); in RewriteProtocolDecl() local
1356 SourceLocation LocEnd = OMD->getCompoundBody()->getBeginLoc(); in RewriteImplementationDecl() local
1369 SourceLocation LocEnd = OMD->getCompoundBody()->getBeginLoc(); in RewriteImplementationDecl() local
3886 SourceLocation LocEnd = CDecl->getEndOfDefinitionLoc(); in RewriteObjCInternalStruct() local
4713 SourceLocation LocEnd = CE->getRParenLoc(); in RewriteCastExpr() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateDeductionGuide.cpp201 SourceLocation Loc, SourceLocation LocEnd, bool IsImplicit, in buildDeductionGuide()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseExprCXX.cpp1222 SourceLocation LocEnd = PrevTokLocation; in ParseLambdaIntroducer() local
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h7074 SourceLocation LocStart, LocEnd; member