Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DComment.h203 SourceLocation LocBegin, in Comment()
244 SourceLocation LocBegin, in InlineContentComment()
270 TextComment(SourceLocation LocBegin, in TextComment()
319 InlineCommandComment(SourceLocation LocBegin, in InlineCommandComment()
375 SourceLocation LocBegin, in HTMLTagComment()
446 HTMLStartTagComment(SourceLocation LocBegin, in HTMLStartTagComment()
501 HTMLEndTagComment(SourceLocation LocBegin, in HTMLEndTagComment()
525 SourceLocation LocBegin, in BlockContentComment()
597 SourceLocation LocBegin, in BlockCommandComment()
609 BlockCommandComment(SourceLocation LocBegin, in BlockCommandComment()
[all …]
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DCommentSema.cpp51 SourceLocation LocBegin, in actOnBlockCommandStart()
81 SourceLocation LocBegin, in actOnParamCommandStart()
280 SourceLocation LocBegin, in actOnTParamCommandStart()
371 InlineContentComment *Sema::actOnUnknownCommand(SourceLocation LocBegin, in actOnUnknownCommand()
378 InlineContentComment *Sema::actOnUnknownCommand(SourceLocation LocBegin, in actOnUnknownCommand()
388 TextComment *Sema::actOnText(SourceLocation LocBegin, in actOnText()
417 VerbatimLineComment *Sema::actOnVerbatimLine(SourceLocation LocBegin, in actOnVerbatimLine()
432 HTMLStartTagComment *Sema::actOnHTMLStartTagStart(SourceLocation LocBegin, in actOnHTMLStartTagStart()
450 HTMLEndTagComment *Sema::actOnHTMLEndTag(SourceLocation LocBegin, in actOnHTMLEndTag()
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCCodeView.cpp464 size_t LocBegin; in encodeInlineLineTable() local