reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
511 for (Path.Decls = BaseRecord->lookup(Name); 512 !Path.Decls.empty(); 513 Path.Decls = Path.Decls.slice(1)) { 513 Path.Decls = Path.Decls.slice(1)) { 515 if (isa<TypedefNameDecl>(Path.Decls.front()) || 516 Path.Decls.front()->isInIdentifierNamespace(IDNS_Tag))