Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang-c/
H A DDocumentation.h439 unsigned clang_TParamCommandComment_isParamPositionValid(CXComment Comment);
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A Dlibclang.exports89 clang_TParamCommandComment_isParamPositionValid
H A DCXComment.cpp319 unsigned clang_TParamCommandComment_isParamPositionValid(CXComment CXC) { in clang_TParamCommandComment_isParamPositionValid() function
/netbsd-src/external/apache2/llvm/dist/clang/tools/c-index-test/
H A Dc-index-test.c591 if (clang_TParamCommandComment_isParamPositionValid(Comment)) { in DumpCXCommentInternal()