Searched defs:LocBegin (Results 1 – 2 of 2) sorted by relevance
/external/clang/include/clang/AST/ |
D | Comment.h | 160 SourceLocation LocBegin, in Comment() 208 SourceLocation LocBegin, in InlineContentComment() 236 TextComment(SourceLocation LocBegin, in TextComment() 293 InlineCommandComment(SourceLocation LocBegin, in InlineCommandComment() 353 SourceLocation LocBegin, in HTMLTagComment() 423 HTMLStartTagComment(SourceLocation LocBegin, in HTMLStartTagComment() 480 HTMLEndTagComment(SourceLocation LocBegin, in HTMLEndTagComment() 506 SourceLocation LocBegin, in BlockContentComment() 591 SourceLocation LocBegin, in BlockCommandComment() 601 BlockCommandComment(SourceLocation LocBegin, in BlockCommandComment() [all …]
|
/external/clang/lib/AST/ |
D | CommentSema.cpp | 45 BlockCommandComment *Sema::actOnBlockCommandStart(SourceLocation LocBegin, in actOnBlockCommandStart() 64 ParamCommandComment *Sema::actOnParamCommandStart(SourceLocation LocBegin, in actOnParamCommandStart() 157 TParamCommandComment *Sema::actOnTParamCommandStart(SourceLocation LocBegin, in actOnTParamCommandStart() 273 InlineContentComment *Sema::actOnUnknownCommand(SourceLocation LocBegin, in actOnUnknownCommand() 284 TextComment *Sema::actOnText(SourceLocation LocBegin, in actOnText() 313 VerbatimLineComment *Sema::actOnVerbatimLine(SourceLocation LocBegin, in actOnVerbatimLine() 325 HTMLStartTagComment *Sema::actOnHTMLStartTagStart(SourceLocation LocBegin, in actOnHTMLStartTagStart() 343 HTMLEndTagComment *Sema::actOnHTMLEndTag(SourceLocation LocBegin, in actOnHTMLEndTag()
|