Home
last modified time | relevance | path

Searched refs:isOrdinaryKind (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/AST/
DRawCommentList.cpp104 static bool isOrdinaryKind(RawComment::CommentKind K) { in isOrdinaryKind() function
124 if (ParseAllComments && isOrdinaryKind(K.first)) { in RawComment()
315 isOrdinaryKind(C2.getKind()) && in addComment()
/external/llvm-project/clang/lib/AST/
DRawCommentList.cpp104 static bool isOrdinaryKind(RawComment::CommentKind K) { in isOrdinaryKind() function
125 if (CommentOpts.ParseAllComments && isOrdinaryKind(K.first)) { in RawComment()
315 isOrdinaryKind(C2.getKind()) && in addComment()