Searched refs:clang_ParamCommandComment_getDirection (Results 1 – 9 of 9) sorted by relevance
414 enum CXCommentParamPassDirection clang_ParamCommandComment_getDirection(
419 enum CXCommentParamPassDirection clang_ParamCommandComment_getDirection(
77 clang_ParamCommandComment_getDirection
293 enum CXCommentParamPassDirection clang_ParamCommandComment_getDirection( in clang_ParamCommandComment_getDirection() function
2422 … pub fn clang_ParamCommandComment_getDirection(comment: CXComment) -> CXCommentParamPassDirection;
480 switch (clang_ParamCommandComment_getDirection(Comment)) { in DumpCXCommentInternal()