Lines Matching refs:IsRef
69 return handleDeclOccurrence(D, Loc, /*IsRef=*/false, cast<Decl>(DC),
90 return handleDeclOccurrence(D, Loc, /*IsRef=*/true, Parent, Roles, Relations,
314 bool IsRef, SymbolRoleSet Roles, ArrayRef<SymbolRelation> Relations) {
315 if (!IsRef)
361 bool IsRef, const Decl *Parent,
387 if (!shouldReportOccurrenceForSystemDeclOnlyMode(IsRef, Roles, Relations))
399 if (!IsRef)
407 if (IsRef)
435 if (IsRef || (!isa<ParmVarDecl>(D) && isFunctionLocalSymbol(D))) {
460 if (!shouldIndexMacroOccurrence(/*IsRef=*/false, Loc))
469 if (!shouldIndexMacroOccurrence(/*IsRef=*/false, Loc))
478 if (!shouldIndexMacroOccurrence(/*IsRef
484 bool IndexingContext::shouldIndexMacroOccurrence(bool IsRef,
493 if (!IsRef)