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

Lines Matching refs:CXCursor_FunctionDecl

839       if (Cursor.kind == CXCursor_FunctionDecl) {
1138 if (Cursor.kind != CXCursor_FunctionDecl ||
1171 } else if (Ref.kind != CXCursor_FunctionDecl) {
1571 else if (!strcmp(filter, "function")) K = CXCursor_FunctionDecl;