Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DComment.h204 SourceLocation LocEnd) : in Comment()
245 SourceLocation LocEnd) : in InlineContentComment()
271 SourceLocation LocEnd, in TextComment()
320 SourceLocation LocEnd, in InlineCommandComment()
376 SourceLocation LocEnd, in HTMLTagComment()
502 SourceLocation LocEnd, in HTMLEndTagComment()
526 SourceLocation LocEnd) : in BlockContentComment()
598 SourceLocation LocEnd, in BlockCommandComment()
610 SourceLocation LocEnd, in BlockCommandComment()
706 SourceLocation LocEnd, in ParamCommandComment()
[all …]
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DCommentSema.cpp52 SourceLocation LocEnd, in actOnBlockCommandStart()
82 SourceLocation LocEnd, in actOnParamCommandStart()
281 SourceLocation LocEnd, in actOnTParamCommandStart()
372 SourceLocation LocEnd, in actOnUnknownCommand()
379 SourceLocation LocEnd, in actOnUnknownCommand()
389 SourceLocation LocEnd, in actOnText()
451 SourceLocation LocEnd, in actOnHTMLEndTag()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp106 std::optional<SourceLocation> LocEnd; member in __anond4b6e5a70211::SourceMappingRegion
114 std::optional<SourceLocation> LocEnd, in SourceMappingRegion()
121 std::optional<SourceLocation> LocEnd, in SourceMappingRegion()
345 SourceLocation LocEnd, in adjustSkippedRange()
383 auto LocEnd = Range.getEnd(); in gatherSkippedRegions() local
428 SourceLocation LocEnd = Region.getEndLoc(); in emitSourceRegions() local
474 SourceLocation LocEnd = getPreciseTokenLocEnd(ParentLoc); in emitExpansionRegions() local
/openbsd-src/gnu/llvm/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
3888 SourceLocation LocEnd = CDecl->getEndOfDefinitionLoc(); in RewriteObjCInternalStruct() local
4716 SourceLocation LocEnd = CE->getRParenLoc(); in RewriteCastExpr() local
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCCodeView.cpp465 size_t LocEnd; in encodeInlineLineTable() local
/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseExprCXX.cpp1147 SourceLocation LocEnd = PrevTokLocation; in ParseLambdaIntroducer() local
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h5952 SourceLocation LocStart, LocEnd; member