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

/freebsd-10.3-release/contrib/llvm/tools/clang/lib/AST/
H A DCommentSema.cpp394 InlineContentComment *Sema::actOnUnknownCommand(SourceLocation LocBegin, argument
401 InlineContentComment *Sema::actOnUnknownCommand(SourceLocation LocBegin, argument
49 actOnBlockCommandStart( SourceLocation LocBegin, SourceLocation LocEnd, unsigned CommandID, CommandMarkerKind CommandMarker) argument
75 actOnParamCommandStart( SourceLocation LocBegin, SourceLocation LocEnd, unsigned CommandID, CommandMarkerKind CommandMarker) argument
276 actOnTParamCommandStart( SourceLocation LocBegin, SourceLocation LocEnd, unsigned CommandID, CommandMarkerKind CommandMarker) argument
411 actOnText(SourceLocation LocBegin, SourceLocation LocEnd, StringRef Text) argument
440 actOnVerbatimLine(SourceLocation LocBegin, unsigned CommandID, SourceLocation TextBegin, StringRef Text) argument
455 actOnHTMLStartTagStart(SourceLocation LocBegin, StringRef TagName) argument
473 actOnHTMLEndTag(SourceLocation LocBegin, SourceLocation LocEnd, StringRef TagName) argument
[all...]
/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DComment.h258 TextComment(SourceLocation LocBegin, argument
313 InlineCommandComment(SourceLocation LocBegin, argument
184 Comment(CommentKind K, SourceLocation LocBegin, SourceLocation LocEnd) argument
231 InlineContentComment(CommentKind K, SourceLocation LocBegin, SourceLocation LocEnd) argument
370 HTMLTagComment(CommentKind K, SourceLocation LocBegin, SourceLocation LocEnd, StringRef TagName, SourceLocation TagNameBegin, SourceLocation TagNameEnd) argument
439 HTMLStartTagComment(SourceLocation LocBegin, StringRef TagName) argument
494 HTMLEndTagComment(SourceLocation LocBegin, SourceLocation LocEnd, StringRef TagName) argument
517 BlockContentComment(CommentKind K, SourceLocation LocBegin, SourceLocation LocEnd) argument
598 BlockCommandComment(CommentKind K, SourceLocation LocBegin, SourceLocation LocEnd, unsigned CommandID, CommandMarkerKind CommandMarker) argument
611 BlockCommandComment(SourceLocation LocBegin, SourceLocation LocEnd, unsigned CommandID, CommandMarkerKind CommandMarker) argument
707 ParamCommandComment(SourceLocation LocBegin, SourceLocation LocEnd, unsigned CommandID, CommandMarkerKind CommandMarker) argument
801 TParamCommandComment(SourceLocation LocBegin, SourceLocation LocEnd, unsigned CommandID, CommandMarkerKind CommandMarker) argument
852 VerbatimBlockLineComment(SourceLocation LocBegin, StringRef Text) argument
883 VerbatimBlockComment(SourceLocation LocBegin, SourceLocation LocEnd, unsigned CommandID) argument
903 setCloseName(StringRef Name, SourceLocation LocBegin) argument
934 VerbatimLineComment(SourceLocation LocBegin, SourceLocation LocEnd, unsigned CommandID, SourceLocation TextBegin, StringRef Text) argument
[all...]

Completed in 105 milliseconds