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

Lines Matching refs:CXCursor_FunctionDecl

502   if (Cursor.kind != CXCursor_FunctionDecl ||
535 } else if (Ref.kind != CXCursor_FunctionDecl) {
722 else if (!strcmp(filter, "function")) K = CXCursor_FunctionDecl;