Searched refs:getCommentKind (Results 1 - 9 of 9) sorted by relevance

/external/clang/include/clang/AST/
H A DComment.h204 CommentKind getCommentKind() const { function in class:clang::comments::Comment
253 return C->getCommentKind() >= FirstInlineContentCommentConstant &&
254 C->getCommentKind() <= LastInlineContentCommentConstant;
280 return C->getCommentKind() == TextCommentKind;
338 return C->getCommentKind() == InlineCommandCommentKind;
397 return C->getCommentKind() >= FirstHTMLTagCommentConstant &&
398 C->getCommentKind() <= LastHTMLTagCommentConstant;
471 return C->getCommentKind() == HTMLStartTagCommentKind;
526 return C->getCommentKind() == HTMLEndTagCommentKind;
546 return C->getCommentKind() >
[all...]
H A DCommentVisitor.h33 switch (C->getCommentKind()) {
H A DDecl.h132 PragmaMSCommentKind getCommentKind() const { return CommentKind; } function in class:clang::final
/external/clang/lib/AST/
H A DComment.cpp23 switch (getCommentKind()) {
70 switch (getCommentKind()) {
84 switch (getCommentKind()) {
H A DRawCommentList.cpp25 std::pair<RawComment::CommentKind, bool> getCommentKind(StringRef Comment, function in namespace:__anon1155
121 std::pair<CommentKind, bool> K = getCommentKind(RawText, ParseAllComments);
/external/clang/lib/Index/
H A DCommentToXML.cpp105 switch (Child->getCommentKind()) {
/external/clang/tools/libclang/
H A DCXComment.cpp50 switch (C->getCommentKind()) {
/external/clang/lib/Serialization/
H A DASTWriterDecl.cpp326 Record.push_back(D->getCommentKind());
/external/clang/lib/CodeGen/
H A DCodeGenModule.cpp3872 switch (PCD->getCommentKind()) {

Completed in 284 milliseconds