Searched refs:LocBegin (Results 1 - 4 of 4) sorted by relevance

/external/clang/include/clang/AST/
H A DComment.h198 SourceLocation LocBegin,
200 Loc(LocBegin), Range(SourceRange(LocBegin, LocEnd)) {
245 SourceLocation LocBegin,
247 Comment(K, LocBegin, LocEnd) {
271 TextComment(SourceLocation LocBegin, argument
274 InlineContentComment(TextCommentKind, LocBegin, LocEnd),
326 InlineCommandComment(SourceLocation LocBegin, argument
331 InlineContentComment(InlineCommandCommentKind, LocBegin, LocEnd),
383 SourceLocation LocBegin,
197 Comment(CommentKind K, SourceLocation LocBegin, SourceLocation LocEnd) argument
244 InlineContentComment(CommentKind K, SourceLocation LocBegin, SourceLocation LocEnd) argument
382 HTMLTagComment(CommentKind K, SourceLocation LocBegin, SourceLocation LocEnd, StringRef TagName, SourceLocation TagNameBegin, SourceLocation TagNameEnd) argument
460 HTMLStartTagComment(SourceLocation LocBegin, StringRef TagName) argument
515 HTMLEndTagComment(SourceLocation LocBegin, SourceLocation LocEnd, StringRef TagName) argument
538 BlockContentComment(CommentKind K, SourceLocation LocBegin, SourceLocation LocEnd) argument
619 BlockCommandComment(CommentKind K, SourceLocation LocBegin, SourceLocation LocEnd, unsigned CommandID, CommandMarkerKind CommandMarker) argument
632 BlockCommandComment(SourceLocation LocBegin, SourceLocation LocEnd, unsigned CommandID, CommandMarkerKind CommandMarker) argument
728 ParamCommandComment(SourceLocation LocBegin, SourceLocation LocEnd, unsigned CommandID, CommandMarkerKind CommandMarker) argument
822 TParamCommandComment(SourceLocation LocBegin, SourceLocation LocEnd, unsigned CommandID, CommandMarkerKind CommandMarker) argument
873 VerbatimBlockLineComment(SourceLocation LocBegin, StringRef Text) argument
904 VerbatimBlockComment(SourceLocation LocBegin, SourceLocation LocEnd, unsigned CommandID) argument
924 setCloseName(StringRef Name, SourceLocation LocBegin) argument
955 VerbatimLineComment(SourceLocation LocBegin, SourceLocation LocEnd, unsigned CommandID, SourceLocation TextBegin, StringRef Text) argument
[all...]
H A DCommentSema.h90 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/
H A DCommentSema.cpp51 SourceLocation LocBegin,
55 BlockCommandComment *BC = new (Allocator) BlockCommandComment(LocBegin, LocEnd,
81 SourceLocation LocBegin,
86 new (Allocator) ParamCommandComment(LocBegin, LocEnd, CommandID,
282 SourceLocation LocBegin,
287 new (Allocator) TParamCommandComment(LocBegin, LocEnd, CommandID,
397 InlineContentComment *Sema::actOnUnknownCommand(SourceLocation LocBegin, argument
401 return actOnUnknownCommand(LocBegin, LocEnd, CommandID);
404 InlineContentComment *Sema::actOnUnknownCommand(SourceLocation LocBegin, argument
409 LocBegin, LocEn
50 actOnBlockCommandStart( SourceLocation LocBegin, SourceLocation LocEnd, unsigned CommandID, CommandMarkerKind CommandMarker) argument
80 actOnParamCommandStart( SourceLocation LocBegin, SourceLocation LocEnd, unsigned CommandID, CommandMarkerKind CommandMarker) argument
281 actOnTParamCommandStart( SourceLocation LocBegin, SourceLocation LocEnd, unsigned CommandID, CommandMarkerKind CommandMarker) argument
414 actOnText(SourceLocation LocBegin, SourceLocation LocEnd, StringRef Text) argument
443 actOnVerbatimLine(SourceLocation LocBegin, unsigned CommandID, SourceLocation TextBegin, StringRef Text) argument
458 actOnHTMLStartTagStart(SourceLocation LocBegin, StringRef TagName) argument
476 actOnHTMLEndTag(SourceLocation LocBegin, SourceLocation LocEnd, StringRef TagName) argument
[all...]
/external/llvm/lib/MC/
H A DMCCodeView.cpp280 size_t LocBegin;
282 std::tie(LocBegin, LocEnd) = getLineExtent(Frag.SiteFuncId);
285 LocBegin = std::min(LocBegin, Extent.first);
288 if (LocBegin >= LocEnd)
290 ArrayRef<MCCVLineEntry> Locs = getLinesForExtent(LocBegin, LocEnd);

Completed in 102 milliseconds