Searched refs:createCXComment (Results 1 - 2 of 2) sorted by relevance

/external/clang/tools/libclang/
H A DCXComment.h31 static inline CXComment createCXComment(const comments::Comment *C, function in namespace:clang::cxcomment
H A DCXComment.cpp36 return createCXComment(nullptr, nullptr);
42 return createCXComment(FC, getCursorTU(C));
104 return createCXComment(nullptr, nullptr);
106 return createCXComment(*(C->child_begin() + ChildIdx), CXC.TranslationUnit);
256 return createCXComment(nullptr, nullptr);
258 return createCXComment(BCC->getParagraph(), CXC.TranslationUnit);

Completed in 59 milliseconds