Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DComment.h198 SourceLocation LocBegin, in Comment()
245 SourceLocation LocBegin, in InlineContentComment()
271 TextComment(SourceLocation LocBegin, in TextComment()
326 InlineCommandComment(SourceLocation LocBegin, in InlineCommandComment()
383 SourceLocation LocBegin, in HTMLTagComment()
460 HTMLStartTagComment(SourceLocation LocBegin, in HTMLStartTagComment()
515 HTMLEndTagComment(SourceLocation LocBegin, in HTMLEndTagComment()
539 SourceLocation LocBegin, in BlockContentComment()
620 SourceLocation LocBegin, in BlockCommandComment()
632 BlockCommandComment(SourceLocation LocBegin, in BlockCommandComment()
[all …]
/external/clang/lib/AST/
DCommentSema.cpp51 SourceLocation LocBegin, in actOnBlockCommandStart()
81 SourceLocation LocBegin, in actOnParamCommandStart()
282 SourceLocation LocBegin, in actOnTParamCommandStart()
397 InlineContentComment *Sema::actOnUnknownCommand(SourceLocation LocBegin, in actOnUnknownCommand()
404 InlineContentComment *Sema::actOnUnknownCommand(SourceLocation LocBegin, in actOnUnknownCommand()
414 TextComment *Sema::actOnText(SourceLocation LocBegin, in actOnText()
443 VerbatimLineComment *Sema::actOnVerbatimLine(SourceLocation LocBegin, in actOnVerbatimLine()
458 HTMLStartTagComment *Sema::actOnHTMLStartTagStart(SourceLocation LocBegin, in actOnHTMLStartTagStart()
476 HTMLEndTagComment *Sema::actOnHTMLEndTag(SourceLocation LocBegin, in actOnHTMLEndTag()
/external/llvm/lib/MC/
DMCCodeView.cpp280 size_t LocBegin; in encodeInlineLineTable() local