Searched refs:clang_ParamCommandComment_getParamIndex (Results 1 – 9 of 9) sorted by relevance
397 unsigned clang_ParamCommandComment_getParamIndex(CXComment Comment);
402 unsigned clang_ParamCommandComment_getParamIndex(CXComment Comment);
75 clang_ParamCommandComment_getParamIndex
277 unsigned clang_ParamCommandComment_getParamIndex(CXComment CXC) { in clang_ParamCommandComment_getParamIndex() function
2423 pub fn clang_ParamCommandComment_getParamIndex(comment: CXComment) -> c_uint;
499 printf(" ParamIndex=%u", clang_ParamCommandComment_getParamIndex(Comment)); in DumpCXCommentInternal()