Home
last modified time | relevance | path

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

/external/clang/include/clang-c/
DDocumentation.h414 enum CXCommentParamPassDirection clang_ParamCommandComment_getDirection(
/external/clang/tools/libclang/
Dlibclang.exports77 clang_ParamCommandComment_getDirection
DCXComment.cpp293 enum CXCommentParamPassDirection clang_ParamCommandComment_getDirection( in clang_ParamCommandComment_getDirection() function
/external/rust/crates/clang-sys/src/
Dlib.rs2266 … pub fn clang_ParamCommandComment_getDirection(comment: CXComment) -> CXCommentParamPassDirection;
/external/clang/tools/c-index-test/
Dc-index-test.c480 switch (clang_ParamCommandComment_getDirection(Comment)) { in DumpCXCommentInternal()