HomeSort by relevance Sort by last modified time
    Searched refs:createCXComment (Results 1 - 3 of 3) sorted by null

  /external/clang/tools/libclang/
CXComment.h 30 inline CXComment createCXComment(const comments::Comment *C,
CXComment.cpp 96 return createCXComment(NULL, NULL);
98 return createCXComment(*(C->child_begin() + ChildIdx), CXC.TranslationUnit);
248 return createCXComment(NULL, NULL);
250 return createCXComment(BCC->getParagraph(), CXC.TranslationUnit);
    [all...]
CIndex.cpp     [all...]

Completed in 164 milliseconds