Home
last modified time | relevance | path

Searched refs:clang_ParamCommandComment_getParamIndex (Results 1 – 4 of 4) sorted by relevance

/openbsd/gnu/llvm/clang/include/clang-c/
H A DDocumentation.h402 unsigned clang_ParamCommandComment_getParamIndex(CXComment Comment);
/openbsd/gnu/llvm/clang/tools/libclang/
H A Dlibclang.map137 clang_ParamCommandComment_getParamIndex;
H A DCXComment.cpp276 unsigned clang_ParamCommandComment_getParamIndex(CXComment CXC) { in clang_ParamCommandComment_getParamIndex() function
/openbsd/gnu/llvm/clang/tools/c-index-test/
H A Dc-index-test.c584 printf(" ParamIndex=%u", clang_ParamCommandComment_getParamIndex(Comment)); in DumpCXCommentInternal()