Lines Matching refs:SymbolRoleSet
45 SymbolRoleSet Roles, in handleDecl()
51 SymbolRoleSet Roles, in handleDecl()
69 SymbolRoleSet Roles, in handleReference()
92 (SymbolRoleSet)SymbolRole::Reference, in reportModuleReferences()
133 SymbolRoleSet Roles = (unsigned)SymbolRole::Declaration; in importedModule()
295 bool IsRef, SymbolRoleSet Roles, ArrayRef<SymbolRelation> Relations) { in shouldReportOccurrenceForSystemDeclOnlyMode()
299 auto acceptForRelation = [](SymbolRoleSet roles) -> bool { in shouldReportOccurrenceForSystemDeclOnlyMode()
342 SymbolRoleSet Roles, in handleDeclOccurrence()
441 SymbolRoleSet Roles = (unsigned)SymbolRole::Definition; in handleMacroDefined()
448 SymbolRoleSet Roles = (unsigned)SymbolRole::Undefinition; in handleMacroUndefined()
455 SymbolRoleSet Roles = (unsigned)SymbolRole::Reference; in handleMacroReference()