Home
last modified time | relevance | path

Searched refs:LocBegin (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DCommentSema.h89 BlockCommandComment *actOnBlockCommandStart(SourceLocation LocBegin,
100 ParamCommandComment *actOnParamCommandStart(SourceLocation LocBegin,
118 TParamCommandComment *actOnTParamCommandStart(SourceLocation LocBegin,
136 InlineContentComment *actOnUnknownCommand(SourceLocation LocBegin,
140 InlineContentComment *actOnUnknownCommand(SourceLocation LocBegin,
144 TextComment *actOnText(SourceLocation LocBegin,
159 VerbatimLineComment *actOnVerbatimLine(SourceLocation LocBegin,
164 HTMLStartTagComment *actOnHTMLStartTagStart(SourceLocation LocBegin,
172 HTMLEndTagComment *actOnHTMLEndTag(SourceLocation LocBegin,
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DCommentSema.cpp51 SourceLocation LocBegin, in actOnBlockCommandStart() argument
55 BlockCommandComment *BC = new (Allocator) BlockCommandComment(LocBegin, LocEnd, in actOnBlockCommandStart()
81 SourceLocation LocBegin, in actOnParamCommandStart() argument
86 new (Allocator) ParamCommandComment(LocBegin, LocEnd, CommandID, in actOnParamCommandStart()
283 SourceLocation LocBegin, in actOnTParamCommandStart() argument
288 new (Allocator) TParamCommandComment(LocBegin, LocEnd, CommandID, in actOnTParamCommandStart()
374 InlineContentComment *Sema::actOnUnknownCommand(SourceLocation LocBegin, in actOnUnknownCommand() argument
378 return actOnUnknownCommand(LocBegin, LocEnd, CommandID); in actOnUnknownCommand()
381 InlineContentComment *Sema::actOnUnknownCommand(SourceLocation LocBegin, in actOnUnknownCommand() argument
386 LocBegin, LocEnd, CommandID, InlineCommandRenderKind::Normal, Args); in actOnUnknownCommand()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCCodeView.cpp263 size_t LocBegin; in getFunctionLineEntries() local
265 std::tie(LocBegin, LocEnd) = getLineExtentIncludingInlinees(FuncId); in getFunctionLineEntries()
266 if (LocBegin >= LocEnd) { in getFunctionLineEntries()
271 for (size_t Idx = LocBegin; Idx != LocEnd; ++Idx) { in getFunctionLineEntries()
309 size_t LocBegin; in getLineExtentIncludingInlinees() local
311 std::tie(LocBegin, LocEnd) = getLineExtent(FuncId); in getLineExtentIncludingInlinees()
319 LocBegin = std::min(LocBegin, Extent.first); in getLineExtentIncludingInlinees()
324 return {LocBegin, LocEnd}; in getLineExtentIncludingInlinees()
474 size_t LocBegin; in encodeInlineLineTable() local
476 std::tie(LocBegin, LocEnd) = getLineExtentIncludingInlinees(Frag.SiteFuncId); in encodeInlineLineTable()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaHLSL.cpp1617 SourceLocation LocBegin = AttrList[0]->getRange().getBegin(); in CreateHLSLAttributedResourceType() local
1684 LocInfo->Range = SourceRange(LocBegin, LocEnd); in CreateHLSLAttributedResourceType()