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

Lines Matching refs:CXCursor_FunctionDecl

809       if (Cursor.kind == CXCursor_FunctionDecl) {
1107 if (Cursor.kind != CXCursor_FunctionDecl ||
1140 } else if (Ref.kind != CXCursor_FunctionDecl) {
1477 else if (!strcmp(filter, "function")) K = CXCursor_FunctionDecl;