Home
last modified time | relevance | path

Searched refs:getCommentKind (Results 1 – 20 of 20) sorted by relevance

/external/llvm-project/clang/include/clang/AST/
DComment.h204 CommentKind getCommentKind() const { in getCommentKind() function
247 return C->getCommentKind() >= FirstInlineContentCommentConstant && in classof()
248 C->getCommentKind() <= LastInlineContentCommentConstant; in classof()
274 return C->getCommentKind() == TextCommentKind; in classof()
333 return C->getCommentKind() == InlineCommandCommentKind; in classof()
391 return C->getCommentKind() >= FirstHTMLTagCommentConstant && in classof()
392 C->getCommentKind() <= LastHTMLTagCommentConstant; in classof()
465 return C->getCommentKind() == HTMLStartTagCommentKind; in classof()
520 return C->getCommentKind() == HTMLEndTagCommentKind; in classof()
540 return C->getCommentKind() >= FirstBlockContentCommentConstant && in classof()
[all …]
DCommentVisitor.h31 switch (C->getCommentKind()) { in visit()
DDecl.h137 PragmaMSCommentKind getCommentKind() const { return CommentKind; } in getCommentKind() function
/external/clang/include/clang/AST/
DComment.h204 CommentKind getCommentKind() const { in getCommentKind() function
253 return C->getCommentKind() >= FirstInlineContentCommentConstant && in classof()
254 C->getCommentKind() <= LastInlineContentCommentConstant; in classof()
280 return C->getCommentKind() == TextCommentKind; in classof()
338 return C->getCommentKind() == InlineCommandCommentKind; in classof()
397 return C->getCommentKind() >= FirstHTMLTagCommentConstant && in classof()
398 C->getCommentKind() <= LastHTMLTagCommentConstant; in classof()
471 return C->getCommentKind() == HTMLStartTagCommentKind; in classof()
526 return C->getCommentKind() == HTMLEndTagCommentKind; in classof()
546 return C->getCommentKind() >= FirstBlockContentCommentConstant && in classof()
[all …]
DCommentVisitor.h33 switch (C->getCommentKind()) { in visit()
DDecl.h132 PragmaMSCommentKind getCommentKind() const { return CommentKind; } in getCommentKind() function
/external/clang/lib/AST/
DComment.cpp23 switch (getCommentKind()) { in getCommentKindName()
70 switch (getCommentKind()) { in child_begin()
84 switch (getCommentKind()) { in child_end()
DRawCommentList.cpp25 std::pair<RawComment::CommentKind, bool> getCommentKind(StringRef Comment, in getCommentKind() function
121 std::pair<CommentKind, bool> K = getCommentKind(RawText, ParseAllComments); in RawComment()
DASTDumper.cpp1230 switch (D->getCommentKind()) { in VisitPragmaCommentDecl()
/external/llvm-project/clang/lib/AST/
DComment.cpp36 switch (getCommentKind()) { in getCommentKindName()
83 switch (getCommentKind()) { in child_begin()
97 switch (getCommentKind()) { in child_end()
DRawCommentList.cpp25 std::pair<RawComment::CommentKind, bool> getCommentKind(StringRef Comment, in getCommentKind() function
122 getCommentKind(RawText, CommentOpts.ParseAllComments); in RawComment()
DTextNodeDumper.cpp1740 switch (D->getCommentKind()) { in VisitPragmaCommentDecl()
/external/clang/tools/libclang/
DCXComment.cpp50 switch (C->getCommentKind()) { in clang_Comment_getKind()
/external/llvm-project/clang/tools/libclang/
DCXComment.cpp46 switch (C->getCommentKind()) { in clang_Comment_getKind()
/external/llvm-project/clang/lib/Index/
DCommentToXML.cpp105 switch (Child->getCommentKind()) { in FullCommentParts()
/external/clang/lib/Index/
DCommentToXML.cpp105 switch (Child->getCommentKind()) { in FullCommentParts()
/external/clang/lib/Serialization/
DASTWriterDecl.cpp326 Record.push_back(D->getCommentKind()); in VisitPragmaCommentDecl()
/external/llvm-project/clang/lib/Serialization/
DASTWriterDecl.cpp341 Record.push_back(D->getCommentKind()); in VisitPragmaCommentDecl()
/external/clang/lib/CodeGen/
DCodeGenModule.cpp3872 switch (PCD->getCommentKind()) { in EmitTopLevelDecl()
/external/llvm-project/clang/lib/CodeGen/
DCodeGenModule.cpp5662 switch (PCD->getCommentKind()) { in EmitTopLevelDecl()