Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DCommentSema.cpp52 SourceLocation LocEnd, in actOnBlockCommandStart()
82 SourceLocation LocEnd, in actOnParamCommandStart()
282 SourceLocation LocEnd, in actOnTParamCommandStart()
373 SourceLocation LocEnd, in actOnUnknownCommand()
380 SourceLocation LocEnd, in actOnUnknownCommand()
388 SourceLocation LocEnd, in actOnText()
450 SourceLocation LocEnd, in actOnHTMLEndTag()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCCodeView.cpp279 size_t LocEnd; in getFunctionLineEntries() local
325 size_t LocEnd; in getLineExtentIncludingInlinees() local
488 size_t LocEnd; in encodeInlineLineTable() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp116 std::optional<SourceLocation> LocEnd; member in __anon7eae5ab80211::SourceMappingRegion
128 std::optional<SourceLocation> LocEnd, in SourceMappingRegion()
136 std::optional<SourceLocation> LocEnd, in SourceMappingRegion()
144 std::optional<SourceLocation> LocEnd) in SourceMappingRegion()
376 SourceLocation LocEnd, in adjustSkippedRange()
414 auto LocEnd = Range.getEnd(); in gatherSkippedRegions() local
461 SourceLocation LocEnd = Region.getEndLoc(); in emitSourceRegions() local
516 SourceLocation LocEnd = getPreciseTokenLocEnd(ParentLoc); in emitExpansionRegions() local
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp952 SourceLocation LocEnd = Method->getEndLoc(); in RewriteMethodDeclaration() local
1003 SourceLocation LocEnd = PDecl->getAtEndRange().getBegin(); in RewriteProtocolDecl() local
1180 SourceLocation LocEnd = OMD->getCompoundBody()->getBeginLoc(); in RewriteImplementationDecl() local
1193 SourceLocation LocEnd = OMD->getCompoundBody()->getBeginLoc(); in RewriteImplementationDecl() local
3097 SourceLocation LocEnd = CDecl->getEndOfDefinitionLoc(); in RewriteObjCInternalStruct() local
3884 SourceLocation LocEnd = CE->getRParenLoc(); in RewriteCastExpr() local
H A DRewriteModernObjC.cpp1112 SourceLocation LocEnd = Method->getEndLoc(); in RewriteMethodDeclaration() local
1170 SourceLocation LocEnd = PDecl->getAtEndRange().getBegin(); in RewriteProtocolDecl() local
1357 SourceLocation LocEnd = OMD->getCompoundBody()->getBeginLoc(); in RewriteImplementationDecl() local
1370 SourceLocation LocEnd = OMD->getCompoundBody()->getBeginLoc(); in RewriteImplementationDecl() local
3887 SourceLocation LocEnd = CDecl->getEndOfDefinitionLoc(); in RewriteObjCInternalStruct() local
4715 SourceLocation LocEnd = CE->getRParenLoc(); in RewriteCastExpr() local
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseExprCXX.cpp1148 SourceLocation LocEnd = PrevTokLocation; in ParseLambdaIntroducer() local
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h6106 SourceLocation LocStart, LocEnd; member