Lines Matching refs:CLASS
25 #define COMMENT(CLASS, PARENT) \ in getCommentKindName() argument
26 case CLASS##Kind: \ in getCommentKindName()
27 return #CLASS; in getCommentKindName()
56 #define COMMENT(CLASS, PARENT) \ in CheckCommentASTNodes() argument
57 ASSERT_IMPLEMENTS_child_begin(&CLASS::child_begin); \ in CheckCommentASTNodes()
58 ASSERT_IMPLEMENTS_child_begin(&CLASS::child_end); in CheckCommentASTNodes()
72 #define COMMENT(CLASS, PARENT) \ in child_begin() argument
73 case CLASS##Kind: \ in child_begin()
74 return static_cast<const CLASS *>(this)->child_begin(); in child_begin()
86 #define COMMENT(CLASS, PARENT) \ in child_end() argument
87 case CLASS##Kind: \ in child_end()
88 return static_cast<const CLASS *>(this)->child_end(); in child_end()