Home | History | Annotate | Download | only in c-index-test

Lines Matching full:containerkind

2187     enum CXCursorKind containerKind;
2207 containerKind = clang_codeCompleteGetContainerKind(results,
2210 if (containerKind != CXCursor_InvalidCode) {
2213 containerKindSpelling = clang_getCursorKindSpelling(containerKind);