Home
last modified time | relevance | path

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

/llvm-project/clang/include/clang-c/
H A DDocumentation.h411 unsigned clang_ParamCommandComment_isDirectionExplicit(CXComment Comment);
/llvm-project/clang/tools/libclang/
H A Dlibclang.map139 clang_ParamCommandComment_isDirectionExplicit;
H A DCXComment.cpp284 unsigned clang_ParamCommandComment_isDirectionExplicit(CXComment CXC) { in clang_ParamCommandComment_isDirectionExplicit() function
/llvm-project/clang/tools/c-index-test/
H A Dc-index-test.c618 if (clang_ParamCommandComment_isDirectionExplicit(Comment)) in DumpCXCommentInternal()