Searched refs:CXComment_VerbatimBlockLine (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/gnu/llvm/clang/include/clang-c/
H A DDocumentation.h133 * text (\c CXComment_VerbatimBlockLine child nodes).
146 CXComment_VerbatimBlockLine = 10, enumerator in enum:CXCommentKind
480 * \param Comment a \c CXComment_VerbatimBlockLine AST node.
/openbsd-current/gnu/llvm/clang/tools/libclang/
H A DCXComment.cpp78 return CXComment_VerbatimBlockLine;
/openbsd-current/gnu/llvm/clang/tools/c-index-test/
H A Dc-index-test.c611 case CXComment_VerbatimBlockLine:
612 printf("CXComment_VerbatimBlockLine");

Completed in 89 milliseconds