Searched refs:CXVisitorResult (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/include/clang-c/
H A DIndex.h6059 enum CXVisitorResult { CXVisit_Break, CXVisit_Continue }; enum
6063 enum CXVisitorResult (*visit)(void *context, CXCursor, CXSourceRange);
6118 typedef enum CXVisitorResult (^CXCursorAndRangeVisitorBlock)(CXCursor,
6715 * The visitor should return one of the \c CXVisitorResult values
6718 typedef enum CXVisitorResult (*CXFieldVisitor)(CXCursor C,

Completed in 116 milliseconds