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

Lines Matching defs:Ref

943   CXCursor Ref;
976 Ref = clang_getCursor(Data->TU, RefLoc);
977 if (Ref.kind == CXCursor_NoDeclFound) {
979 } else if (Ref.kind != CXCursor_FunctionDecl) {
980 printf("// %s: %s:%d:%d: ", FileCheckPrefix, GetCursorSource(Ref),
982 PrintCursor(Ref, &Data->ValidationData);
2399 kindName = "forward-ref"; break;