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