Searched refs:LocBegin (Results 1 – 5 of 5) sorted by relevance
/external/clang/include/clang/AST/ |
D | Comment.h | 198 SourceLocation LocBegin, in Comment() argument 200 Loc(LocBegin), Range(SourceRange(LocBegin, LocEnd)) { in Comment() 245 SourceLocation LocBegin, in InlineContentComment() argument 247 Comment(K, LocBegin, LocEnd) { in InlineContentComment() 271 TextComment(SourceLocation LocBegin, in TextComment() argument 274 InlineContentComment(TextCommentKind, LocBegin, LocEnd), in TextComment() 326 InlineCommandComment(SourceLocation LocBegin, in InlineCommandComment() argument 331 InlineContentComment(InlineCommandCommentKind, LocBegin, LocEnd), in InlineCommandComment() 383 SourceLocation LocBegin, in HTMLTagComment() argument 388 InlineContentComment(K, LocBegin, LocEnd), in HTMLTagComment() [all …]
|
D | CommentSema.h | 90 BlockCommandComment *actOnBlockCommandStart(SourceLocation LocBegin, 101 ParamCommandComment *actOnParamCommandStart(SourceLocation LocBegin, 119 TParamCommandComment *actOnTParamCommandStart(SourceLocation LocBegin, 143 InlineContentComment *actOnUnknownCommand(SourceLocation LocBegin, 147 InlineContentComment *actOnUnknownCommand(SourceLocation LocBegin, 151 TextComment *actOnText(SourceLocation LocBegin, 166 VerbatimLineComment *actOnVerbatimLine(SourceLocation LocBegin, 171 HTMLStartTagComment *actOnHTMLStartTagStart(SourceLocation LocBegin, 179 HTMLEndTagComment *actOnHTMLEndTag(SourceLocation LocBegin,
|
/external/clang/lib/AST/ |
D | CommentSema.cpp | 51 SourceLocation LocBegin, in actOnBlockCommandStart() argument 55 BlockCommandComment *BC = new (Allocator) BlockCommandComment(LocBegin, LocEnd, in actOnBlockCommandStart() 81 SourceLocation LocBegin, in actOnParamCommandStart() argument 86 new (Allocator) ParamCommandComment(LocBegin, LocEnd, CommandID, in actOnParamCommandStart() 282 SourceLocation LocBegin, in actOnTParamCommandStart() argument 287 new (Allocator) TParamCommandComment(LocBegin, LocEnd, CommandID, in actOnTParamCommandStart() 397 InlineContentComment *Sema::actOnUnknownCommand(SourceLocation LocBegin, in actOnUnknownCommand() argument 401 return actOnUnknownCommand(LocBegin, LocEnd, CommandID); in actOnUnknownCommand() 404 InlineContentComment *Sema::actOnUnknownCommand(SourceLocation LocBegin, in actOnUnknownCommand() argument 409 LocBegin, LocEnd, CommandID, in actOnUnknownCommand() [all …]
|
/external/llvm/lib/MC/ |
D | MCCodeView.cpp | 280 size_t LocBegin; in encodeInlineLineTable() local 282 std::tie(LocBegin, LocEnd) = getLineExtent(Frag.SiteFuncId); in encodeInlineLineTable() 285 LocBegin = std::min(LocBegin, Extent.first); in encodeInlineLineTable() 288 if (LocBegin >= LocEnd) in encodeInlineLineTable() 290 ArrayRef<MCCVLineEntry> Locs = getLinesForExtent(LocBegin, LocEnd); in encodeInlineLineTable()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/ |
D | MCCodeView.cpp | 456 size_t LocBegin; in encodeInlineLineTable() local 458 std::tie(LocBegin, LocEnd) = getLineExtent(Frag.SiteFuncId); in encodeInlineLineTable() 465 LocBegin = std::min(LocBegin, Extent.first); in encodeInlineLineTable() 469 if (LocBegin >= LocEnd) in encodeInlineLineTable() 471 ArrayRef<MCCVLineEntry> Locs = getLinesForExtent(LocBegin, LocEnd); in encodeInlineLineTable()
|