Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DCommentSema.cpp52 SourceLocation LocEnd, in actOnBlockCommandStart()
82 SourceLocation LocEnd, in actOnParamCommandStart()
284 SourceLocation LocEnd, in actOnTParamCommandStart()
375 SourceLocation LocEnd, in actOnUnknownCommand()
382 SourceLocation LocEnd, in actOnUnknownCommand()
390 SourceLocation LocEnd, in actOnText()
452 SourceLocation LocEnd, in actOnHTMLEndTag()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCCodeView.cpp264 size_t LocEnd; in getFunctionLineEntries() local
310 size_t LocEnd; in getLineExtentIncludingInlinees() local
475 size_t LocEnd; in encodeInlineLineTable() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp122 std::optional<SourceLocation> LocEnd; member in __anon413222f00211::SourceMappingRegion
134 std::optional<SourceLocation> LocEnd, in SourceMappingRegion()
142 std::optional<SourceLocation> LocEnd, in SourceMappingRegion()
150 std::optional<SourceLocation> LocEnd) in SourceMappingRegion()
443 SourceLocation LocEnd, in adjustSkippedRange()
481 auto LocEnd = Range.getEnd(); in gatherSkippedRegions() local
534 SourceLocation LocEnd = Region.getEndLoc(); in emitSourceRegions() local
592 SourceLocation LocEnd = getPreciseTokenLocEnd(ParentLoc); in emitExpansionRegions() local
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp950 SourceLocation LocEnd = Method->getEndLoc(); in RewriteMethodDeclaration() local
1001 SourceLocation LocEnd = PDecl->getAtEndRange().getBegin(); in RewriteProtocolDecl() local
1178 SourceLocation LocEnd = OMD->getCompoundBody()->getBeginLoc(); in RewriteImplementationDecl() local
1191 SourceLocation LocEnd = OMD->getCompoundBody()->getBeginLoc(); in RewriteImplementationDecl() local
3095 SourceLocation LocEnd = CDecl->getEndOfDefinitionLoc(); in RewriteObjCInternalStruct() local
3876 SourceLocation LocEnd = CE->getRParenLoc(); in RewriteCastExpr() local
H A DRewriteModernObjC.cpp1110 SourceLocation LocEnd = Method->getEndLoc(); in RewriteMethodDeclaration() local
1168 SourceLocation LocEnd = PDecl->getAtEndRange().getBegin(); in RewriteProtocolDecl() local
1355 SourceLocation LocEnd = OMD->getCompoundBody()->getBeginLoc(); in RewriteImplementationDecl() local
1368 SourceLocation LocEnd = OMD->getCompoundBody()->getBeginLoc(); in RewriteImplementationDecl() local
3886 SourceLocation LocEnd = CDecl->getEndOfDefinitionLoc(); in RewriteObjCInternalStruct() local
4697 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()
H A DSemaHLSL.cpp1618 SourceLocation LocEnd = AttrList[0]->getRange().getEnd(); in CreateHLSLAttributedResourceType() local
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseExprCXX.cpp1079 SourceLocation LocEnd = PrevTokLocation; in ParseLambdaIntroducer() local
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h7499 SourceLocation LocStart, LocEnd; member