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

/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/
H A DCommentSema.cpp399 InlineContentComment *Sema::actOnUnknownCommand(SourceLocation LocBegin, argument
406 InlineContentComment *Sema::actOnUnknownCommand(SourceLocation LocBegin, argument
50 actOnBlockCommandStart( SourceLocation LocBegin, SourceLocation LocEnd, unsigned CommandID, CommandMarkerKind CommandMarker) argument
80 actOnParamCommandStart( SourceLocation LocBegin, SourceLocation LocEnd, unsigned CommandID, CommandMarkerKind CommandMarker) argument
283 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...]
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/AST/
H A DComment.h265 TextComment(SourceLocation LocBegin, argument
321 InlineCommandComment(SourceLocation LocBegin, argument
197 Comment(CommentKind K, SourceLocation LocBegin, SourceLocation LocEnd) argument
238 InlineContentComment(CommentKind K, SourceLocation LocBegin, SourceLocation LocEnd) argument
376 HTMLTagComment(CommentKind K, SourceLocation LocBegin, SourceLocation LocEnd, StringRef TagName, SourceLocation TagNameBegin, SourceLocation TagNameEnd) argument
454 HTMLStartTagComment(SourceLocation LocBegin, StringRef TagName) argument
509 HTMLEndTagComment(SourceLocation LocBegin, SourceLocation LocEnd, StringRef TagName) argument
532 BlockContentComment(CommentKind K, SourceLocation LocBegin, SourceLocation LocEnd) argument
613 BlockCommandComment(CommentKind K, SourceLocation LocBegin, SourceLocation LocEnd, unsigned CommandID, CommandMarkerKind CommandMarker) argument
626 BlockCommandComment(SourceLocation LocBegin, SourceLocation LocEnd, unsigned CommandID, CommandMarkerKind CommandMarker) argument
722 ParamCommandComment(SourceLocation LocBegin, SourceLocation LocEnd, unsigned CommandID, CommandMarkerKind CommandMarker) argument
816 TParamCommandComment(SourceLocation LocBegin, SourceLocation LocEnd, unsigned CommandID, CommandMarkerKind CommandMarker) argument
867 VerbatimBlockLineComment(SourceLocation LocBegin, StringRef Text) argument
898 VerbatimBlockComment(SourceLocation LocBegin, SourceLocation LocEnd, unsigned CommandID) argument
918 setCloseName(StringRef Name, SourceLocation LocBegin) argument
949 VerbatimLineComment(SourceLocation LocBegin, SourceLocation LocEnd, unsigned CommandID, SourceLocation TextBegin, StringRef Text) argument
[all...]

Completed in 141 milliseconds