Home
last modified time | relevance | path

Searched defs:LocBegin (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DComment.h198 SourceLocation LocBegin, in Comment()
239 SourceLocation LocBegin, in InlineContentComment()
265 TextComment(SourceLocation LocBegin, in TextComment()
321 InlineCommandComment(SourceLocation LocBegin, in InlineCommandComment()
377 SourceLocation LocBegin, in HTMLTagComment()
454 HTMLStartTagComment(SourceLocation LocBegin, in HTMLStartTagComment()
509 HTMLEndTagComment(SourceLocation LocBegin, in HTMLEndTagComment()
533 SourceLocation LocBegin, in BlockContentComment()
614 SourceLocation LocBegin, in BlockCommandComment()
626 BlockCommandComment(SourceLocation LocBegin, in BlockCommandComment()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DCommentSema.cpp51 SourceLocation LocBegin, in actOnBlockCommandStart()
81 SourceLocation LocBegin, in actOnParamCommandStart()
284 SourceLocation LocBegin, in actOnTParamCommandStart()
399 InlineContentComment *Sema::actOnUnknownCommand(SourceLocation LocBegin, in actOnUnknownCommand()
406 InlineContentComment *Sema::actOnUnknownCommand(SourceLocation LocBegin, in actOnUnknownCommand()
416 TextComment *Sema::actOnText(SourceLocation LocBegin, in actOnText()
445 VerbatimLineComment *Sema::actOnVerbatimLine(SourceLocation LocBegin, in actOnVerbatimLine()
460 HTMLStartTagComment *Sema::actOnHTMLStartTagStart(SourceLocation LocBegin, in actOnHTMLStartTagStart()
478 HTMLEndTagComment *Sema::actOnHTMLEndTag(SourceLocation LocBegin, in actOnHTMLEndTag()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCCodeView.cpp463 size_t LocBegin; in encodeInlineLineTable() local