Searched defs:LocBegin (Results 1 – 2 of 2) sorted by relevance
/external/clang/include/clang/AST/ |
D | Comment.h | 198 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/ |
D | CommentSema.cpp | 51 SourceLocation LocBegin, in actOnBlockCommandStart() 81 SourceLocation LocBegin, in actOnParamCommandStart() 282 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()
|