Home
last modified time | relevance | path

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

/llvm-project/clang/include/clang-c/
H A DDocumentation.h419 enum CXCommentParamPassDirection clang_ParamCommandComment_getDirection(
/llvm-project/clang/tools/libclang/
H A Dlibclang.map136 clang_ParamCommandComment_getDirection;
H A DCXComment.cpp292 enum CXCommentParamPassDirection clang_ParamCommandComment_getDirection( in clang_ParamCommandComment_getDirection() function
/llvm-project/clang/tools/c-index-test/
H A Dc-index-test.c607 switch (clang_ParamCommandComment_getDirection(Comment)) { in DumpCXCommentInternal()