Home | History | Annotate | Download | only in libclang

Lines Matching full:cxcomment

18 #include "CXComment.h"
6126 CXComment clang_Cursor_getParsedComment(CXCursor C) {
6128 return cxcomment::createCXComment(NULL, NULL);
6134 return cxcomment::createCXComment(FC, getCursorTU(C));