Searched defs:LocBegin (Results 1 - 2 of 2) sorted by relevance

/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,
399 InlineContentComment *Sema::actOnUnknownCommand(SourceLocation LocBegin, argument
403 return actOnUnknownCommand(LocBegin, LocEnd, CommandID);
406 InlineContentComment *Sema::actOnUnknownCommand(SourceLocation LocBegin, argument
411 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
416 actOnText(SourceLocation LocBegin, SourceLocation LocEnd, StringRef Text) argument
445 actOnVerbatimLine(SourceLocation LocBegin, unsigned CommandID, SourceLocation TextBegin, StringRef Text) argument
460 actOnHTMLStartTagStart(SourceLocation LocBegin, StringRef TagName) argument
478 actOnHTMLEndTag(SourceLocation LocBegin, SourceLocation LocEnd, StringRef TagName) argument
[all...]
/external/clang/include/clang/AST/
H A DComment.h196 SourceLocation LocBegin,
198 Loc(LocBegin), Range(SourceRange(LocBegin, LocEnd)) {
243 SourceLocation LocBegin,
245 Comment(K, LocBegin, LocEnd) {
269 TextComment(SourceLocation LocBegin, argument
272 InlineContentComment(TextCommentKind, LocBegin, LocEnd),
324 InlineCommandComment(SourceLocation LocBegin, argument
329 InlineContentComment(InlineCommandCommentKind, LocBegin, LocEnd),
381 SourceLocation LocBegin,
195 Comment(CommentKind K, SourceLocation LocBegin, SourceLocation LocEnd) argument
242 InlineContentComment(CommentKind K, SourceLocation LocBegin, SourceLocation LocEnd) argument
380 HTMLTagComment(CommentKind K, SourceLocation LocBegin, SourceLocation LocEnd, StringRef TagName, SourceLocation TagNameBegin, SourceLocation TagNameEnd) argument
458 HTMLStartTagComment(SourceLocation LocBegin, StringRef TagName) argument
513 HTMLEndTagComment(SourceLocation LocBegin, SourceLocation LocEnd, StringRef TagName) argument
536 BlockContentComment(CommentKind K, SourceLocation LocBegin, SourceLocation LocEnd) argument
617 BlockCommandComment(CommentKind K, SourceLocation LocBegin, SourceLocation LocEnd, unsigned CommandID, CommandMarkerKind CommandMarker) argument
630 BlockCommandComment(SourceLocation LocBegin, SourceLocation LocEnd, unsigned CommandID, CommandMarkerKind CommandMarker) argument
726 ParamCommandComment(SourceLocation LocBegin, SourceLocation LocEnd, unsigned CommandID, CommandMarkerKind CommandMarker) argument
820 TParamCommandComment(SourceLocation LocBegin, SourceLocation LocEnd, unsigned CommandID, CommandMarkerKind CommandMarker) argument
871 VerbatimBlockLineComment(SourceLocation LocBegin, StringRef Text) argument
902 VerbatimBlockComment(SourceLocation LocBegin, SourceLocation LocEnd, unsigned CommandID) argument
922 setCloseName(StringRef Name, SourceLocation LocBegin) argument
953 VerbatimLineComment(SourceLocation LocBegin, SourceLocation LocEnd, unsigned CommandID, SourceLocation TextBegin, StringRef Text) argument
[all...]

Completed in 133 milliseconds