Home
last modified time | relevance | path

Searched refs:clang_ParamCommandComment_getParamIndex (Results 1 – 9 of 9) sorted by relevance

/external/llvm-project/clang/include/clang-c/
DDocumentation.h401 unsigned clang_ParamCommandComment_getParamIndex(CXComment Comment);
/external/clang/include/clang-c/
DDocumentation.h397 unsigned clang_ParamCommandComment_getParamIndex(CXComment Comment);
/external/clang/tools/libclang/
Dlibclang.exports75 clang_ParamCommandComment_getParamIndex
DCXComment.cpp277 unsigned clang_ParamCommandComment_getParamIndex(CXComment CXC) { in clang_ParamCommandComment_getParamIndex() function
/external/llvm-project/clang/tools/libclang/
Dlibclang.exports85 clang_ParamCommandComment_getParamIndex
DCXComment.cpp276 unsigned clang_ParamCommandComment_getParamIndex(CXComment CXC) { in clang_ParamCommandComment_getParamIndex() function
/external/rust/crates/clang-sys/src/
Dlib.rs2200 pub fn clang_ParamCommandComment_getParamIndex(comment: CXComment) -> c_uint;
/external/clang/tools/c-index-test/
Dc-index-test.c499 printf(" ParamIndex=%u", clang_ParamCommandComment_getParamIndex(Comment)); in DumpCXCommentInternal()
/external/llvm-project/clang/tools/c-index-test/
Dc-index-test.c581 printf(" ParamIndex=%u", clang_ParamCommandComment_getParamIndex(Comment)); in DumpCXCommentInternal()