Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang-c/
H A DDocumentation.h394 unsigned clang_ParamCommandComment_isParamIndexValid(CXComment Comment);
/openbsd-src/gnu/llvm/clang/tools/libclang/
H A Dlibclang.map140 clang_ParamCommandComment_isParamIndexValid;
H A DCXComment.cpp268 unsigned clang_ParamCommandComment_isParamIndexValid(CXComment CXC) { in clang_ParamCommandComment_isParamIndexValid() function
/openbsd-src/gnu/llvm/clang/tools/c-index-test/
H A Dc-index-test.c583 if (clang_ParamCommandComment_isParamIndexValid(Comment)) in DumpCXCommentInternal()