reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
480 for (Path.Decls = BaseRecord->lookup(Name); !Path.Decls.empty(); 480 for (Path.Decls = BaseRecord->lookup(Name); !Path.Decls.empty(); 481 Path.Decls = Path.Decls.slice(1)) { 481 Path.Decls = Path.Decls.slice(1)) { 482 if (Path.Decls.front()->isInIdentifierNamespace(IDNS_OMPReduction))