HomeSort by relevance Sort by last modified time
    Searched refs:getCommentKind (Results 1 - 6 of 6) sorted by null

  /external/clang/include/clang/AST/
Comment.h 202 CommentKind getCommentKind() const {
251 return C->getCommentKind() >= FirstInlineContentCommentConstant &&
252 C->getCommentKind() <= LastInlineContentCommentConstant;
278 return C->getCommentKind() == TextCommentKind;
336 return C->getCommentKind() == InlineCommandCommentKind;
395 return C->getCommentKind() >= FirstHTMLTagCommentConstant &&
396 C->getCommentKind() <= LastHTMLTagCommentConstant;
469 return C->getCommentKind() == HTMLStartTagCommentKind;
524 return C->getCommentKind() == HTMLEndTagCommentKind;
544 return C->getCommentKind() >= FirstBlockContentCommentConstant &
    [all...]
CommentVisitor.h 33 switch (C->getCommentKind()) {
  /external/clang/lib/AST/
Comment.cpp 23 switch (getCommentKind()) {
70 switch (getCommentKind()) {
84 switch (getCommentKind()) {
RawCommentList.cpp 24 std::pair<RawComment::CommentKind, bool> getCommentKind(StringRef Comment,
80 std::pair<CommentKind, bool> K = getCommentKind(RawText, ParseAllComments);
  /external/clang/lib/Index/
CommentToXML.cpp 106 switch (Child->getCommentKind()) {
    [all...]
  /external/clang/tools/libclang/
CXComment.cpp 50 switch (C->getCommentKind()) {

Completed in 1089 milliseconds